Skip to content

Commit

Permalink
Add npm publish script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Codeneos committed Nov 28, 2018
1 parent 8051d87 commit 795edbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@
"test": "npm run build:dev && node ./node_modules/vscode/bin/test",
"postinstall": "node ./node_modules/vscode/bin/install",
"package": "modclean -r -n default:safe,default:caution && vsce package",
"publish": "modclean -r -n default:safe,default:caution && vsce publish",
"vscode:prepublish": "npm run clean && npm run build"
},
"devDependencies": {
Expand Down

0 comments on commit 795edbd

Please sign in to comment.