From e56e83b4a280e0e11f73c2959990568a1483d019 Mon Sep 17 00:00:00 2001 From: zomars Date: Thu, 10 Feb 2022 11:56:41 -0700 Subject: [PATCH] Tmp fix for old pipeline --- package.json | 1 + turbo.json | 1 + 2 files changed, 2 insertions(+) diff --git a/package.json b/package.json index e0f4b09c5e..2af8b5bc6a 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/turbo.json b/turbo.json index 92a144c85a..572c01b577 100644 --- a/turbo.json +++ b/turbo.json @@ -10,6 +10,7 @@ "dependsOn": ["^build"], "outputs": ["dist/**", ".next/**"] }, + "db-seed": {}, "deploy": { "dependsOn": [] },