mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 07:26:59 +00:00
Fix turbo dev script
This commit is contained in:
parent
49848a471c
commit
1a352df8ab
@ -9,6 +9,7 @@
|
||||
"scripts": {
|
||||
"build": "turbo run build",
|
||||
"dev": "turbo run dev",
|
||||
"start": "turbo run start",
|
||||
"prettier-fix": "prettier --write ."
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -22,10 +22,6 @@
|
||||
"dev": {
|
||||
"cache": false
|
||||
},
|
||||
"next-commerce#dev": {
|
||||
"dependsOn": ["^dev"],
|
||||
"cache": false
|
||||
},
|
||||
"start": {
|
||||
"cache": false
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user