Tmp fix for old pipeline

This commit is contained in:
zomars 2022-02-10 11:56:41 -07:00 committed by Omar López
parent 2234b7d5de
commit e56e83b4a2
2 changed files with 2 additions and 0 deletions

View File

@ -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",

View File

@ -10,6 +10,7 @@
"dependsOn": ["^build"],
"outputs": ["dist/**", ".next/**"]
},
"db-seed": {},
"deploy": {
"dependsOn": []
},