Skip to content

Commit

Permalink
Fix version command blocking beta-3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rkuykendall committed Jul 5, 2019
1 parent 6f183a2 commit fe8ea23
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 @@ -54,7 +54,7 @@
"lint": "eslint src/**/*",
"preversion": "npm run lint",
"test": "jest",
"version": "npm run build && git add lib && git add release && npm run changelog && git add CHANGELOG.md"
"version": "npm run build && git add dist && npm run changelog && git add CHANGELOG.md"
},
"dependencies": {
"form-data-to-object": "^0.2.0",
Expand Down

0 comments on commit fe8ea23

Please sign in to comment.