Skip to content

Commit

Permalink
updated publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
vinicioslc committed Jan 18, 2020
1 parent dc9a9ba commit 6f01e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"compile": "tsc -p ./",
"vscode:prepublish": "npm run setup && npm run compile",
"postinstall": "node ./node_modules/vscode/bin/install",
"pubm": "vsce publish minor",
"publish": "vsce publish minor",
"watch": "tsc -watch -p ./",
"test": "jest --coverage",
"test-watch": "npx jest --watchAll",
Expand Down

0 comments on commit 6f01e87

Please sign in to comment.