Skip to content

Commit

Permalink
always rebuild after changing the version
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Oct 22, 2024
1 parent 50a7cb9 commit 1ec96a4
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 @@ -19,7 +19,7 @@
"prepare": "npm run build",
"preversion": "npm run build && npm run lint && npm run test",
"version": "git add package.json docs",
"postversion": "git push && git push --tags && npm run deploy:momtchev && npm run deploy:ghpages",
"postversion": "git push && npm run build && git push --tags && npm run deploy:momtchev && npm run deploy:ghpages",
"lint": "eslint src/* test examples/*.{cj,t,mj}s examples/code/*",
"lint:fix": "eslint --fix src/* test examples/*.{cj,t,mj}s examples/code/*"
},
Expand Down

0 comments on commit 1ec96a4

Please sign in to comment.