update `prepublishOnly` script

This commit is contained in:
Pig Fang 2019-12-29 12:48:05 +08:00
parent f9d7a9185c
commit 8f30b10fff
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
"scripts": {
"build": "rollup -c",
"test": "karma start && npm run lint",
"prepublishOnly": "npm test && rimraf dist && npm run build",
"prepublishOnly": "rimraf dist && npm run build",
"lint": "tslint --formatters-dir ./node_modules/tslint-formatter-beauty -t beauty -p .",
"dev": "npm-run-all --parallel watch serve",
"watch": "rollup -w -c",