use npm-run-all
This commit is contained in:
parent
cd04c5ffe9
commit
aae6fbc40b
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"clean": "rimraf lib",
|
"clean": "rimraf lib",
|
||||||
"build": "tsc -p tsconfig.json",
|
"build": "tsc -p tsconfig.json",
|
||||||
"prepare": "npm run clean && npm run build"
|
"prepare": "npx npm-run-all clean build"
|
||||||
},
|
},
|
||||||
"activationEvents": [
|
"activationEvents": [
|
||||||
"onLanguage:javascript",
|
"onLanguage:javascript",
|
||||||
|
|
Loading…
Reference in a new issue