mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
chore: add dev script to package.json and update turbo build inputs
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "turbo build",
|
||||
"dev": "turbo dev",
|
||||
"dev:cli": "turbo run dev --filter=create-better-t-stack",
|
||||
"cli": "cd apps/cli && node dist/index.js",
|
||||
"dev:web": "turbo run dev --filter=web",
|
||||
@@ -37,4 +38,4 @@
|
||||
"apps/*",
|
||||
"packages/*"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user