File tree 3 files changed +5
-112
lines changed
3 files changed +5
-112
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ config.local.json
5
5
local.log
6
6
/patches /
7
7
** /dist
8
+ binary-releases
8
9
tmp
9
10
.DS_Store
10
11
/package-lock.json
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ mkdir binary-releases
6
6
# adds a file to identify a build as a standalone binary
7
7
echo ' ' > dist/STANDALONE
8
8
9
- npx pkg . -t node14-alpine-x64 -o binary-releases/snyk-alpine
10
- npx pkg . -t node14-linux-x64 -o binary-releases/snyk-linux
11
- npx pkg . -t node14-macos-x64 -o binary-releases/snyk-macos
12
- npx pkg . -t node14-win-x64 -o binary-releases/snyk-win-unsigned.exe
9
+ npx pkg . --compress Brotli - t node14-alpine-x64 -o binary-releases/snyk-alpine
10
+ npx pkg . --compress Brotli - t node14-linux-x64 -o binary-releases/snyk-linux
11
+ npx pkg . --compress Brotli - t node14-macos-x64 -o binary-releases/snyk-macos
12
+ npx pkg . --compress Brotli - t node14-win-x64 -o binary-releases/snyk-win-unsigned.exe
13
13
14
14
# build docker package
15
15
./release-scripts/docker-desktop-release.sh
You can’t perform that action at this time.
0 commit comments