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 47e21d1 commit 3eda979Copy full SHA for 3eda979
package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"build": "rimraf ./dist && webpack",
8
"build-mock-git": "rimraf ./src/__tests__/dist && webpack -c ./webpack.mock-git.js",
9
- "start": "node bin/index.js",
+ "zip": "zip -j dist/git-credential-forwarder.zip dist/gcf-*",
10
"test": "jest --watch",
11
"e2e-test": "jest -c ./jest.e2e.config.js",
12
"lint": "eslint .",
0 commit comments