Browse Source

Changes git hook to prepush

main
Eric Amodio 7 years ago
parent
commit
407f46d9d8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package.json

+ 1
- 1
package.json View File

@ -2076,7 +2076,7 @@
"pub": "npm run clean && vsce publish", "pub": "npm run clean && vsce publish",
"reset": "npm run clean && npm install", "reset": "npm run clean && npm install",
"vscode:prepublish": "npm install --no-save && npm run compile", "vscode:prepublish": "npm install --no-save && npm run compile",
"precommit": "npm run compile"
"prepush": "npm run compile"
}, },
"dependencies": { "dependencies": {
"applicationinsights": "0.21.0", "applicationinsights": "0.21.0",

Loading…
Cancel
Save