Skip to content

Commit

Permalink
build: fix publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Feb 20, 2024
1 parent 971131d commit f85c8b1
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 @@ -14,7 +14,7 @@
"prepare": "husky",
"release": "pnpm release:check && pnpm release:version && pnpm release:publish",
"release:check": "pnpm lint && pnpm clean && pnpm build && pnpm test",
"release:publish": "lerna publish --dist-tag next from-package",
"release:publish": "lerna publish --dist-tag next from-package --yes",
"release:version": "lerna version",
"test": "pnpm test:unit && pnpm test:e2e",
"test:cov": "cross-env TZ=Etc/UTC vitest run --coverage ",
Expand Down

0 comments on commit f85c8b1

Please sign in to comment.