feat: update vscode
This commit is contained in:
parent
a39ec87f9a
commit
204a8b4349
@ -53,7 +53,7 @@
|
||||
"lint": "eslint src --ext ts",
|
||||
"test": "mocha",
|
||||
"build": "webpack --config webpack.config.js",
|
||||
"vscode": "webpack --config webpack.config.js && mv dist/ ../dist",
|
||||
"vscode": "webpack --config webpack.config.js && mv dist/* ../dist",
|
||||
"dev": "webpack serve --config webpack.config.js --open",
|
||||
"build:idea": "webpack --config webpack.idea.config.js",
|
||||
"idea": "webpack --config webpack.idea.config.js && mv dist/main.js dist/main.html ../src/main/resources/static && echo '🎆done'"
|
||||
|
Loading…
x
Reference in New Issue
Block a user