avoid npm-run-all
This commit is contained in:
parent
b59f5bd5a4
commit
6fc53cd80e
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
"scripts": {
|
||||
"clean": "rimraf lib",
|
||||
"build": "webpack",
|
||||
"prepare": "npx npm-run-all clean build"
|
||||
"prepare": "webpack"
|
||||
},
|
||||
"activationEvents": [
|
||||
"onLanguage:javascript",
|
||||
|
|
Loading…
Reference in a new issue