use npm-run-all

This commit is contained in:
chemzqm 2019-04-28 14:47:20 +08:00
parent cd04c5ffe9
commit aae6fbc40b

View file

@ -15,7 +15,7 @@
"scripts": {
"clean": "rimraf lib",
"build": "tsc -p tsconfig.json",
"prepare": "npm run clean && npm run build"
"prepare": "npx npm-run-all clean build"
},
"activationEvents": [
"onLanguage:javascript",