Skip to content

Commit

Permalink
Remove publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Yury Kravchuk committed Dec 13, 2019
1 parent 81a6130 commit 67c6d46
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@
"build:ssr": "babel src/ssr.js --out-file dist/ssr.js",
"build": "npm run build:spa && npm run build:ssr",
"lint": "eslint --ext .js,.vue src test/unit/specs",
"finish": "npm run lint && npm test && npm run build",
"publish": "git push && git push --tags && npm publish"
"finish": "npm run lint && npm test && npm run build"
},
"dependencies": {
"object-assign": "^4.1.1",
Expand Down

0 comments on commit 67c6d46

Please sign in to comment.