Skip to content

Commit

Permalink
make sure new versions are pushed to origin
Browse files Browse the repository at this point in the history
  • Loading branch information
nnance committed Apr 8, 2024
1 parent 7383669 commit da2c9bc
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 @@ -9,7 +9,7 @@
"clean": "cmake-js -d ./llamacpp rebuild && tsc --build --clean",
"prepublish": "npm run clean",
"pretest": "npm run build",
"postversion": "git push origin --tags",
"postversion": "git push && git push --tags",
"test": "NODE_OPTIONS=--experimental-vm-modules jest ./dist/*.test.js"
},
"type": "module",
Expand Down

0 comments on commit da2c9bc

Please sign in to comment.