From a7ce0f0740f1ce913510a8be317bf4012cbf5b48 Mon Sep 17 00:00:00 2001 From: Holger Drewes Date: Thu, 15 Aug 2024 15:45:20 +0200 Subject: [PATCH] Add generic examples:build script in root package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 59d32a1b05..b0e228226a 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "e2e:publish": "./scripts/e2e-publish.sh", "e2e:resolutions": "node ./scripts/e2e-resolutions.js", "examples": "npm run examples --workspaces --if-present", + "examples:build": "npm run examples:build --workspaces --if-present", "lint": "npm run lint --workspaces --if-present", "lint:fix": "npm run lint:fix --workspaces --if-present", "test": "npm run test --workspaces --if-present",