1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-09 15:55:23 +02:00

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

This reverts commit 5fd36ee986.
This commit is contained in:
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