Add dev command

add-more-languages
Meng Zhang 2023-04-04 11:29:42 +08:00
parent 614d993344
commit 7c5d1d26bd
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@
"vscode:prepublish": "yarn package",
"compile": "webpack",
"watch": "webpack --watch",
"dev": "code --extensionDevelopmentPath=$PWD --disable-extensions && yarn watch",
"package": "webpack --mode production --devtool hidden-source-map",
"compile-tests": "tsc -p . --outDir out",
"watch-tests": "tsc -p . -w --outDir out",