Skip to content

Commit

Permalink
fix: removed unused npm script
Browse files Browse the repository at this point in the history
Signed-off-by: dankeboy36 <dankeboy36@gmail.com>
  • Loading branch information
dankeboy36 committed Jun 27, 2023
1 parent 053b30f commit 2eb80a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"watch": "webpack --watch",
"prebuild": "rimraf dist",
"build": "webpack --mode production --devtool hidden-source-map",
"package": "npm run build && vsce package",
"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 2eb80a3

Please sign in to comment.