Skip to content

Commit 3eda979

Browse files
committed
add zip command
1 parent 47e21d1 commit 3eda979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"build": "rimraf ./dist && webpack",
88
"build-mock-git": "rimraf ./src/__tests__/dist && webpack -c ./webpack.mock-git.js",
9-
"start": "node bin/index.js",
9+
"zip": "zip -j dist/git-credential-forwarder.zip dist/gcf-*",
1010
"test": "jest --watch",
1111
"e2e-test": "jest -c ./jest.e2e.config.js",
1212
"lint": "eslint .",

0 commit comments

Comments
 (0)