Add npm prepublishOnly script

This commit is contained in:
yushijinhun 2018-10-20 23:28:37 +08:00
parent c73f79ef3b
commit 5a882cea2c
No known key found for this signature in database
GPG Key ID: 5BC167F73EA558E4
1 changed files with 2 additions and 1 deletions

View File

@ -6,10 +6,11 @@
"main": "dist/skinview3d.js",
"scripts": {
"build": "rollup -c",
"test": "karma start && npm run lint",
"prepublishOnly": "npm test && 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",
"test": "karma start && npm run lint",
"serve": "ws"
},
"repository": {