Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
HuiSF committed Feb 8, 2025
1 parent 72090b8 commit 555ee93
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 @@ -32,7 +32,7 @@
"publish:release": "lerna publish --conventional-commits --yes --message 'chore(release): Publish [ci skip]' --no-verify-access",
"publish:v5-stable": "lerna publish --conventional-commits --yes --dist-tag=stable-5 --message 'chore(release): Publish [ci skip]' --no-verify-access && yarn dist-tag-add-acij",
"publish:verdaccio": "lerna publish --no-push --canary minor --dist-tag=unstable --preid=unstable --exact --force-publish --yes --no-verify-access",
"dist-tag-add-acij": "yarn --cwd packages/amazon-cognito-identity-js dist-tag-add",
"dist-tag-add-acij": "cd packages/amazon-cognito-identity-js && npm run dist-tag-add && cd ../..",
"ts-coverage": "lerna run ts-coverage"
},
"husky": {
Expand Down

0 comments on commit 555ee93

Please sign in to comment.