Skip to content

Commit

Permalink
build(script): add publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
zack9433 committed Jan 25, 2018
1 parent 7d7b06b commit 7c2d852
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"build": "cross-env NODE_ENV=production webpack --config webpack.build.js --display-modules",
"commit": "git-cz",
"start": "cross-env NODE_ENV=development node server/dev-server.js",
"publish-latest": "publish-latest",
"prepublishOnly": "yarn build",
"semantic-release": "semantic-release",
"travis-deploy-once": "travis-deploy-once"
},
Expand Down Expand Up @@ -50,9 +50,7 @@
"bugs": {
"url": "https://github.com/Sanji-IO/sanji-utils-ui/issues"
},
"keywords": [
"sanji"
],
"keywords": ["sanji"],
"license": "MIT",
"homepage": "https://github.com/Sanji-IO/sanji-utils-ui",
"peerDependencies": {
Expand Down

0 comments on commit 7c2d852

Please sign in to comment.