Skip to content

Commit

Permalink
Forward args
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianRappl committed Dec 26, 2024
1 parent 70a181d commit f6bb4e5
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 @@
"build": "lerna run build",
"release": "lerna publish",
"ci:version": "node tools/changelog-version.js",
"ci:version-update": "npm run ci:version --update && git add CHANGELOG.md && git commit -m 'Updated Release Date'",
"ci:version-update": "npm run ci:version -- --update && git add CHANGELOG.md && git commit -m 'Updated Release Date'",
"ci:prerelease": "lerna publish $(npm run --silent ci:version)-pre.$BUILD_BUILDID --exact --yes --force-publish --no-git-tag-version --no-push --dist-tag next && git checkout -- .",
"ci:release": "lerna publish $(npm run --silent ci:version) --yes --force-publish --message '[skip ci] publish %s'"
},
Expand Down

0 comments on commit f6bb4e5

Please sign in to comment.