From bffc10902a1f9e11ca2d99f820039eda0feb626a Mon Sep 17 00:00:00 2001 From: Patrice Boisclair-Laberge Date: Sun, 3 Nov 2024 11:12:05 -0800 Subject: [PATCH] Update Build --- BUILD | 4 +++- package.json | 5 +---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/BUILD b/BUILD index fe82db4a..9230e5c5 100644 --- a/BUILD +++ b/BUILD @@ -1,3 +1,5 @@ load("@trunk_pnpm//:defs.bzl", "trunk_pnpm_workspace") -trunk_pnpm_workspace() +trunk_pnpm_workspace( + scripts = [] # Has no build targets +) diff --git a/package.json b/package.json index 683b62bb..ab5da0b1 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,5 @@ "name": "@trunkio/docs", "version": "0.0.1", "private": true, - "type": "module", - "scripts": { - "build": "exit 0" - } + "type": "module" }