From 55adab2aa1db86ef11e276c9bd56deae47e3ed14 Mon Sep 17 00:00:00 2001 From: LiuLiu Date: Mon, 16 Sep 2024 14:38:57 -0700 Subject: [PATCH] web ci:remove build --- package.json | 4 ++-- web/package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index d2374d94..6af01766 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "clean:misc": "rimraf node_modules '*/node_modules' '*/.eslintcache' '*/*.tsbuildinfo' '*/dist' web/.next", "compile": "npm-run-all 'compile:*'", "compile:graphql-server": "yarn workspace @dolt-sql-workbench/graphql-server compile", - "compile:dolthub": "yarn workspace @dolt-sql-workbench/web compile" + "compile:web": "yarn workspace @dolt-sql-workbench/web compile" }, "build": { "appId": "com.dolthub.dolt-workbench", @@ -68,4 +68,4 @@ "rimraf": "^6.0.1", "typescript": "^5.4.5" } -} +} \ No newline at end of file diff --git a/web/package.json b/web/package.json index dd475f03..945041e2 100644 --- a/web/package.json +++ b/web/package.json @@ -5,7 +5,7 @@ "private": true, "packageManager": "yarn@4.0.2", "scripts": { - "ci": "yarn prettier && yarn compile && yarn lint && yarn test && yarn build", + "ci": "yarn prettier && yarn compile && yarn lint && yarn test", "clean": "tsc -b --clean && yarn yalc:clean", "compile": "tsc -b", "dev": "next dev -p 3002", @@ -114,4 +114,4 @@ "resolutions": { "@types/react": "18.3.5" } -} +} \ No newline at end of file