Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ohnow committed May 10, 2024
1 parent 1e00eae commit 5911ac3
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 @@ -42,7 +42,7 @@
"lint": "eslint .",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --testMatch='**/test/**/*.test.js'",
"coverage": "node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage --testMatch='**/test/**/*.test.js'",
"push-tag": "git push --tags && git push",
"push-tag": "git push && git push --tags",
"publish-beta": "npm version prerelease --preid beta && npm run push-tag",
"publish-release-patch": "npm version patch && npm run push-tag",
"publish-release-minor": "npm version minor && npm run push-tag",
Expand Down

0 comments on commit 5911ac3

Please sign in to comment.