From b71dac512f00deb4cd9bbc7f591cf632c7913f8c Mon Sep 17 00:00:00 2001 From: Tibo De Peuter Date: Sun, 23 Mar 2025 12:31:50 +0100 Subject: [PATCH] fix: Skip workspaces zonder commandos --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7adeb3aa..e23a49f6 100644 --- a/package.json +++ b/package.json @@ -5,11 +5,11 @@ "private": true, "type": "module", "scripts": { - "build": "npm run build --ws", - "format": "npm run format --ws", - "format-check": "npm run format-check --ws", - "lint": "npm run lint --ws", - "test:unit": "npm run test:unit --ws" + "build": "npm run build --workspace=backend --workspace=frontend", + "format": "npm run format --workspace=backend --workspace=frontend", + "format-check": "npm run format-check --workspace=backend --workspace=frontend", + "lint": "npm run lint --workspace=backend --workspace=frontend", + "test:unit": "npm run test:unit --workspace=backend --workspace=frontend" }, "workspaces": [ "backend",