Skip to content

Commit

Permalink
fix preversion
Browse files Browse the repository at this point in the history
  • Loading branch information
Frondor committed Dec 14, 2021
1 parent 6349306 commit 61e11e0
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 @@ -31,7 +31,7 @@
"build": "microbundle src/index.ts",
"test:ci": "jest",
"test": "jest",
"preversion": "git merge origin/master && git push -u origin HEAD && npm ci && npm run lint && npm run build && npm test:ci",
"preversion": "git merge origin/master && git push -u origin HEAD && npm ci && npm run lint && npm run build && npm run test:ci",
"postversion": "git push && git push --tags",
"prepare": "husky install"
},
Expand Down

0 comments on commit 61e11e0

Please sign in to comment.