Skip to content

Commit

Permalink
fix: build before testing when publishing πŸ™ˆ
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealBarenziah committed May 22, 2022
1 parent 124cadf commit 7e6d98e
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 @@
"lint": "eslint --fix .",
"clean": "node clean.js",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"prepublishOnly": "npm run build && npm test && npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags",
Expand Down

0 comments on commit 7e6d98e

Please sign in to comment.