Skip to content

Commit

Permalink
fix: build script
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkShawn2020 committed Jan 11, 2025
1 parent 25668ba commit 33496cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
]
},
"scripts": {
"vscode:prepublish": "pnpm run package",
"vscode:prepublish": "pnpm run build",
"compile": "webpack",
"watch": "webpack --watch ",
"package": "webpack --mode production --devtool hidden-source-map",
"build": "webpack --mode production --devtool hidden-source-map",
"compile-tests": "tsc -p . --outDir out",
"watch-tests": "tsc -p . -w --outDir out",
"pretest": "pnpm run compile-tests && pnpm run compile && pnpm run lint",
Expand Down

0 comments on commit 33496cd

Please sign in to comment.