Skip to content

Commit

Permalink
Polish up npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
gabro committed Dec 1, 2018
1 parent 82d0ef7 commit cf9196e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -2,3 +2,4 @@ out
node_modules
.vscode-test/
*.vsix
yarn-error.log
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -101,7 +101,8 @@
"watch": "tsc -watch -p ./",
"postinstall": "node ./node_modules/vscode/bin/install",
"test": "npm run compile && node ./node_modules/vscode/bin/test",
"build": "vsce package"
"build": "vsce package",
"vscode:publish": "vsce publish"
},
"devDependencies": {
"@types/mocha": "^2.2.42",
Expand Down

0 comments on commit cf9196e

Please sign in to comment.