Skip to content

Commit

Permalink
Update affected scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
macieklad committed Nov 18, 2024
1 parent 8b6f594 commit 5ac5f4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"dev:color": "FORCE_COLOR=1 pnpm dev",
"format": "prettier --write \"**/*.{ts,tsx,md,mdx}\"",
"lint": "turbo run lint",
"lint:affected": "pnpm lint -- --affected",
"lint:affected": "turbo run lint --affected",
"prepare": "is-ci || husky install",
"release": "pnpm build:ecosystem && changeset publish",
"sync": "syncpack fix-mismatches",
"test": "turbo run test",
"test:affected": "pnpm test -- --affected",
"test:affected": "turbo run test --affected",
"version-packages": "changeset version"
},
"devDependencies": {
Expand Down

0 comments on commit 5ac5f4b

Please sign in to comment.