Skip to content

Commit

Permalink
Update release script in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Anoop K. Chandran committed Dec 10, 2023
1 parent 0ea5fba commit 509533a
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 @@ -8,7 +8,7 @@
"lint": "tsc --noEmit --skipLibCheck",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs",
"release": "git tag -a $(node -p require('./package.json').version) -m \"$(node -p require('./package.json').version)\" && git push --tags"
"release": "git tag -a $npm_package_version -m \"$npm_package_version\" && git push --tags"
},
"keywords": [],
"author": "Anoop K. Chandran",
Expand Down

0 comments on commit 509533a

Please sign in to comment.