Skip to content

Commit 901ae4a

Browse files
feat: add dev command to root package.json
1 parent 2a014b8 commit 901ae4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"private": true,
55
"scripts": {
66
"build": "turbo run build",
7+
"dev": "turbo run dev",
78
"canary:enter": "changeset pre enter canary",
89
"canary:exit": "changeset pre exit",
910
"lint": "biome check",

0 commit comments

Comments
 (0)