Revert "chore(build): remove grunt and add makefile [EE-4824] (#8803)"

This reverts commit 5fd36ee986.
pull/8976/head
Matt Hook 2023-05-22 15:19:36 +12:00 committed by Prabhat Khera
parent 292e525539
commit 86095e1c93
7 changed files with 452 additions and 27 deletions

View File

@ -1,3 +1,7 @@
param (
[string]$platform,
[string]$arch
)
$ErrorActionPreference = "Stop";

View File

@ -2,11 +2,6 @@
set -x
DEBUG=${DEBUG:-""}
if [ -n "$DEBUG" ]; then
set -x
fi
mkdir -p dist
# populate tool versions

View File

@ -1,2 +0,0 @@
github.com/PuerkitoBio/purell v1.1.1 h1:WEQqlqaGbrPkxLJWfBwQmfEAE1Z7ONdDLqrN38tNFfI=
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 h1:d+Bc7a5rLufV/sSk/8dngufqelfh6jnri85riMAaF/M=

450
yarn.lock

File diff suppressed because it is too large Load Diff