Skip to content

Commit

Permalink
build: add publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
Chef5 committed Feb 25, 2024
1 parent 004a5c5 commit 5cd7390
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 @@ -57,6 +57,7 @@
"compile": "webpack",
"watch": "webpack --watch",
"package": "webpack --mode production --devtool hidden-source-map",
"publish": "vsce publish",
"compile-tests": "tsc -p . --outDir out",
"watch-tests": "tsc -p . -w --outDir out",
"pretest": "npm run compile-tests && npm run compile && npm run lint",
Expand Down

0 comments on commit 5cd7390

Please sign in to comment.