We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9953a15 commit 9d2f284Copy full SHA for 9d2f284
package.json
@@ -6,6 +6,7 @@
6
"build-macos": "pkg dist/index.js -t node12-macos-x64 -o ./bin/macos/gitlab-ci-local && gzip -c bin/macos/gitlab-ci-local > bin/macos.gz",
7
"build-win": "pkg dist/index.js -t node12-win-x64 -o ./bin/win/gitlab-ci-local && gzip -c bin/win/gitlab-ci-local.exe > bin/win.gz",
8
"build-all": "npm run build-linux && npm run build-macos && npm run build-win",
9
+ "pkg": "pkg",
10
"build": "tsc",
11
"check-all": "npm run build && npm run --silent lint && npm audit --parseable && npm run ncu",
12
"lint": "tslint --project .",
0 commit comments