Skip to content

Commit

Permalink
Update npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
surmon-china committed Mar 31, 2019
1 parent 0a4dd92 commit 53076e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -12,7 +12,7 @@
"dev": "devtool examples/index.js --watch",
"build": "babel src --out-dir dist",
"finish": "npm run build && npm run test",
"publish": "git push && git push --tags && npm publish"
"publish:npm": "git push && git push --tags && npm publish"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 53076e2

Please sign in to comment.