Skip to content

Commit

Permalink
chore: publish cleaned packages to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanZhengYP committed Oct 13, 2022
1 parent 8a7e88e commit 239a230
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"publish:ui-components/main": "lerna publish --canary --force-publish \"*\" --yes --dist-tag=ui-preview --preid=ui-preview --exact --no-verify-access",
"publish:verdaccio": "lerna publish --no-push --canary minor --dist-tag=unstable --preid=unstable --exact --force-publish --yes --no-verify-access",
"publish:geo/main": "lerna publish --canary --force-publish \"*\" --yes --dist-tag=geo --preid=geo --exact --no-verify-access",
"publish:in-app-messaging/main": "lerna publish --canary --force-publish \"*\" --yes --dist-tag=in-app-messaging --preid=in-app-messaging --exact --no-verify-access"
"publish:in-app-messaging/main": "lerna publish --canary --force-publish \"*\" --yes --dist-tag=in-app-messaging --preid=in-app-messaging --exact --no-verify-access",
"publish:clean-npm-artifacts": "lerna publish --canary --force-publish \"*\" --no-verify-access --dist-tag=clean-npm-artifacts --preid=clean-npm-artifacts --exact --yes"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 239a230

Please sign in to comment.