update publish command

This commit is contained in:
infeng 2017-04-06 12:24:22 +08:00
parent 1ff4f779ba
commit 14eaed5917

View File

@ -9,7 +9,7 @@
"lint": "tslint -c tslint.json src/**/*.ts src/**/*.tsx",
"build": "atool-build --config webpack.config.prop.js && gulp",
"doc": "atool-build --config webpack.config.doc.js",
"publish": "npm run build && npm publish"
"pub": "npm run build && npm publish"
},
"repository": {
"type": "git",