Skip to content

Commit

Permalink
build: fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
fredriklindberg committed Sep 2, 2023
1 parent 6d4b290 commit e39dd30
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 @@ -54,7 +54,7 @@
"scripts": {
"prepack": "yarn run version && yarn run bundle",
"postpack": "rm build.env exposrd.mjs",
"release": "standard-version",
"release": "commit-and-tag-version",
"version": "scripts/build-version.sh",
"prebuild": "rm -fr out && mkdir out && cp package.json out",
"build": "tsc",
Expand Down

0 comments on commit e39dd30

Please sign in to comment.