From 8102987d0d298423a54571684d37212714d957b4 Mon Sep 17 00:00:00 2001 From: pheralb Date: Wed, 1 Nov 2023 20:01:34 +0000 Subject: [PATCH] Update turborepo commands. --- package.json | 1 - website/package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 04f69fe..326fad6 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,6 @@ "typecheck-app": "cd app && pnpm typecheck", "typecheck-editor": "cd packages/editor && pnpm typecheck", "typecheck-ui": "cd packages/ui && pnpm typecheck", - "typecheck-website": "cd website && pnpm typecheck", "build": "turbo run build", "dev": "turbo run dev", "dev:web": "cd website && pnpm dev", diff --git a/website/package.json b/website/package.json index 59b420e..97fa3d2 100644 --- a/website/package.json +++ b/website/package.json @@ -7,7 +7,7 @@ "scripts": { "dev": "astro dev", "start": "astro dev", - "build": "astro check && astro build", + "build": "astro build", "preview": "deno run --allow-net --allow-read --allow-env ./dist/server/entry.mjs", "astro": "astro", "typecheck": "astro check"