feat: remove script npx

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2020-02-19 18:56:02 +08:00
parent cc96519e80
commit d90264194c
14 changed files with 29 additions and 29 deletions

View File

@ -17,8 +17,8 @@
},
"scripts": {
"clean": "rimraf dist",
"watch": "npx tsc --watch",
"build": "yarn clean && npx tsc",
"watch": "tsc --watch",
"build": "yarn clean && tsc",
"test": "echo \"Error: run tests from root\" && exit 1"
},
"devDependencies": {