Skip to content

Commit

Permalink
Add preversion npm task to validate everything before cutting a version.
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Mar 22, 2019
1 parent b14a0aa commit 5697243
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 @@ -25,6 +25,7 @@
"url": "https://github.com/TwitchBronBron/vscode-brightscript-language/issues"
},
"scripts": {
"preversion": "npm run compile && npm run tslint && npm run test",
"prepare": "npm run compile",
"vscode:prepublish": "npm run compile",
"compile": "tsc -p ./src",
Expand Down

0 comments on commit 5697243

Please sign in to comment.