Skip to content

Commit 9d2f284

Browse files
committed
Expose pkg executable
1 parent 9953a15 commit 9d2f284

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"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",
77
"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",
88
"build-all": "npm run build-linux && npm run build-macos && npm run build-win",
9+
"pkg": "pkg",
910
"build": "tsc",
1011
"check-all": "npm run build && npm run --silent lint && npm audit --parseable && npm run ncu",
1112
"lint": "tslint --project .",

0 commit comments

Comments
 (0)