Skip to content

Commit

Permalink
remove unused npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
gaplo917 committed Apr 25, 2020
1 parent 5a5ca2c commit 5552652
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion vscode/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ Update `README.md`

1. Run `npm run build`
1. Run `npm run package`
1. Run `npm run vsce-publish`
1. Run `npm run publish`

(May need to `npx vsce login gaplo917`)
3 changes: 1 addition & 2 deletions vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@
"build": "node ./scripts/build.js",
"lint": "node ./scripts/lint.js",
"package": "vsce package -o ./bin/gapstylevs.vsix",
"vscode:prepublish": "npm run build",
"vsce-publish": "vsce publish"
"publish": "vsce publish"
},
"devDependencies": {
"js-yaml": "^3.13.1",
Expand Down

0 comments on commit 5552652

Please sign in to comment.