diff --git a/package.json b/package.json index da98adc..553473b 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "lint": "eslint src --ext ts", "test": "mocha", "build": "webpack --config webpack.config.js", - "vscode": "webpack --config webpack.config.js", + "vscode": "webpack --config webpack.config.js && mv dist/ ../dist", "dev": "webpack serve --config webpack.config.js --open", "idea": "webpack --config webpack.idea.config.js && mv dist/main.js dist/main.html ../src/main/resources/static && echo '🎆done'" },