Skip to content

Commit

Permalink
chore(releaserc): prepare releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed Mar 7, 2024
1 parent 71ed2d8 commit 6196d9b
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 @@ -29,7 +29,7 @@
"lint": "nx run-many --target=lint --projects=auth-js,ngx-auth",
"test": "nx run-many --target=test --projects=auth-js,ngx-auth",
"publish": "multi-semantic-release --ignore-private-packages --yes",
"publish-dry-run": "GITHUB_TOKEN=XXX NPM_TOKEN=XXX npm run publish -- --no-ci",
"publish-dry-run": "GITHUB_TOKEN=XXX NPM_TOKEN=XXX npm run publish -- --dry-run --no-ci",
"postinstall": "node ./scripts/patch-semantic-release-npm.js",
"prepare": "husky || true"
},
Expand Down

0 comments on commit 6196d9b

Please sign in to comment.