diff --git a/.github/workflows/ghost-inspector.yml b/.github/workflows/ghost-inspector.yml index 505b4d3e9..f8fba7958 100644 --- a/.github/workflows/ghost-inspector.yml +++ b/.github/workflows/ghost-inspector.yml @@ -23,8 +23,8 @@ jobs: - name: Build plugin run: | - npm install --legacy-peer-deps - npm run build + composer install --no-dev --no-scripts + composer run strauss-release npm install --legacy-peer-deps npm run build