Skip to content

Commit

Permalink
fix: build after versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
pooya parsa committed May 22, 2020
1 parent 63f5967 commit 8aedc95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"example:generate": "nuxt-ts generate example",
"example:start": "nuxt-ts start example",
"lint": "eslint --ext .ts,.js,.vue .",
"release": "yarn build && yarn test && standard-version && git push --follow-tags && npm publish",
"release": "yarn test && standard-version && yarn build && git push --follow-tags && npm publish",
"test": "yarn lint"
},
"dependencies": {
Expand Down

0 comments on commit 8aedc95

Please sign in to comment.