update `prepublishOnly` script
This commit is contained in:
parent
f9d7a9185c
commit
8f30b10fff
|
|
@ -7,7 +7,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "rollup -c",
|
"build": "rollup -c",
|
||||||
"test": "karma start && npm run lint",
|
"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 .",
|
"lint": "tslint --formatters-dir ./node_modules/tslint-formatter-beauty -t beauty -p .",
|
||||||
"dev": "npm-run-all --parallel watch serve",
|
"dev": "npm-run-all --parallel watch serve",
|
||||||
"watch": "rollup -w -c",
|
"watch": "rollup -w -c",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue