Skip to content

Commit

Permalink
chore: fix publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
wemeetagain committed Nov 29, 2023
1 parent ebfa495 commit 28eb9d2
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 @@ -10,7 +10,7 @@
"build": "lerna run build",
"lint": "lerna run lint",
"prepublishOnly": "yarn build",
"publish": "lerna run publish",
"publish": "lerna publish from-package --yes --no-verify-access",
"test": "lerna run test",
"test:unit": "lerna run test:unit",
"test:e2e": "lerna run test:e2e"
Expand Down

0 comments on commit 28eb9d2

Please sign in to comment.