Skip to content

Commit

Permalink
Re-order scripts to express order of execution
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoespeon committed Jul 11, 2019
1 parent a2f72c2 commit 3b2cc35
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 @@ -33,9 +33,9 @@
"scripts": {
"postinstall": "node ./node_modules/vscode/bin/install",
"test": "jest",
"vscode:prepublish": "webpack --mode production",
"build": "webpack --mode none",
"prepackage": "rm -rf dist/*.vsix && rm -rf out/",
"vscode:prepublish": "webpack --mode production",
"package": "vsce package",
"postpackage": "mkdir -p dist && mv *.vsix dist",
"package:install": "code --install-extension dist/*.vsix"
Expand Down

0 comments on commit 3b2cc35

Please sign in to comment.