Skip to content

Commit

Permalink
fix(ci): ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
sakitam-fdd committed Feb 29, 2024
1 parent 8fcfdef commit b27a903
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 @@ -17,7 +17,7 @@
"version": "changeset version",
"changeset": "changeset",
"clear": "turbo run clear --filter='./packages/*'",
"release": "pnpm build && pnpm build:minify && pnpm testOnly && pnpm changeset publish",
"release": "pnpm build && pnpm build:minify && pnpm test-only && pnpm changeset publish",
"lint": "turbo run lint --filter='./packages/*'",
"prettier": "prettier --parser=typescript --write **/*.{js,ts,md}",
"test": "turbo run test --filter='./packages/*'",
Expand Down

0 comments on commit b27a903

Please sign in to comment.