Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Commit 65d0558

Browse files
committed
chore: add dev script
Signed-off-by: teobler <teobler@163.com>
1 parent 5ec8e94 commit 65d0558

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"build": "turbo run build",
77
"test": "turbo run test",
88
"format": "turbo run format",
9-
"lint": "turbo run lint"
9+
"lint": "turbo run lint",
10+
"dev": "turbo run dev --filter=click-prompt"
1011
},
1112
"devDependencies": {
1213
"turbo": "^1.8.3",

turbo.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"format": {},
1313
"lint": {
1414
"dependsOn": ["format"]
15-
}
15+
},
16+
"dev": {}
1617
}
1718
}

0 commit comments

Comments
 (0)