mirror of
https://github.com/infeng/react-viewer.git
synced 2025-12-08 17:36:40 +00:00
add publish command in package.json
This commit is contained in:
parent
fbda225807
commit
f93fbfaf73
@ -8,7 +8,8 @@
|
||||
"start": "dora --port 8001 --plugins \"webpack,webpack-hmr,browser-history?index=/demo/index.html\"",
|
||||
"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"
|
||||
"doc": "atool-build --config webpack.config.doc.js",
|
||||
"publish": "npm run build && npm publish"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user