Skip to content

Commit

Permalink
build: update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Jan 26, 2024
1 parent dd5a711 commit 1de7fea
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 @@ -15,7 +15,7 @@
"prepare": "husky",
"release": "pnpm release:check && pnpm release:version prerelease && pnpm release:publish",
"release:check": "pnpm lint && pnpm clean && pnpm build && pnpm test",
"release:publish": "lerna publish --dist-tag next --from-git",
"release:publish": "lerna publish --dist-tag next from-package",
"release:version": "lerna version",
"test": "pnpm test:unit && pnpm test:e2e",
"test:cov": "vitest run --coverage ",
Expand Down

0 comments on commit 1de7fea

Please sign in to comment.