Tmp fix for old pipeline
parent
2234b7d5de
commit
e56e83b4a2
|
@ -9,6 +9,7 @@
|
|||
"scripts": {
|
||||
"build": "turbo run build",
|
||||
"clean": "turbo run clean && rm -rf node_modules",
|
||||
"db-seed": "turbo run db-seed",
|
||||
"deploy": "turbo run deploy",
|
||||
"dev": "turbo run dev --parallel",
|
||||
"dx": "turbo run dx",
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
"dependsOn": ["^build"],
|
||||
"outputs": ["dist/**", ".next/**"]
|
||||
},
|
||||
"db-seed": {},
|
||||
"deploy": {
|
||||
"dependsOn": []
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue