From 32009443c9a8e2de95497fa891f36a0ed11566f9 Mon Sep 17 00:00:00 2001 From: fumikito Date: Wed, 8 Apr 2026 16:36:56 +0900 Subject: [PATCH] Add --ignore-scripts to playground-preview-build default command Co-authored-by: Claude --- .github/workflows/playground-preview-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playground-preview-build.yml b/.github/workflows/playground-preview-build.yml index 11233c3..dfbd9f8 100644 --- a/.github/workflows/playground-preview-build.yml +++ b/.github/workflows/playground-preview-build.yml @@ -20,7 +20,7 @@ on: type: string build_command: description: 'Build command to run' - default: 'composer install --no-dev --prefer-dist && npm ci && npm run package' + default: 'composer install --no-dev --prefer-dist && npm ci --ignore-scripts && npm run package' required: false type: string retention_days: