Skip to content

Commit fc0eca2

Browse files
committed
chore: change dev command
1 parent 8b821bc commit fc0eca2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripts": {
66
"build": "turbo run build",
77
"dev": "turbo run dev",
8-
"dev:qraft": "turbo run dev --filter '@openapi-qraft/*'",
8+
"dev:qraft": "turbo run dev --filter '@openapi-qraft/*' --filter '@qraft/*'",
99
"test": "turbo run test --continue --output-logs=new-only",
1010
"lint": "turbo run lint --continue --output-logs=new-only",
1111
"typecheck": "turbo run typecheck --output-logs=new-only"

0 commit comments

Comments
 (0)