Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit 2eadec0

Browse files
committed
fix
1 parent 141fd52 commit 2eadec0

File tree

3 files changed

+1178
-264
lines changed

3 files changed

+1178
-264
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
"private": true,
55
"scripts": {
66
"build": "turbo run build",
7-
"lint": "turbo run lint",
8-
"dev": "turbo run dev --parallel",
9-
"test": "turbo run test",
7+
"lint": "turbo run lint --filter='./packages/*'",
8+
"dev": "turbo run dev --filter='example/nextjs13'",
109
"fmt": "prettier --write ./packages",
1110
"prepare": "husky",
1211
"bump-versions": "pnpm changeset version && pnpm install"

0 commit comments

Comments
 (0)