Skip to content

Commit

Permalink
Add package:release command
Browse files Browse the repository at this point in the history
Konard committed Jan 24, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent d600716 commit 194fd15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -28,6 +28,7 @@
"scripts": {
"package:build": "tsc --project tsconfig.json",
"package:unbuild": "rm -f ./*.js; rm -f ./*.js.map; rm -f ./*.d.ts",
"package:publish": "npm run package:build; npm publish --access public; npm run package:unbuild"
"package:publish": "npm run package:build; npm publish --access public; npm run package:unbuild",
"package:release": "npm version patch && git push && git push --tags"
}
}

0 comments on commit 194fd15

Please sign in to comment.