diff --git a/.github/actions/build/action.yml b/.github/actions/build/action.yml index 3cf8d4207..b4b200f86 100644 --- a/.github/actions/build/action.yml +++ b/.github/actions/build/action.yml @@ -34,7 +34,7 @@ runs: - if: steps.npm-cache.outputs.cache-hit != 'true' name: Install dependencies shell: bash - run: npm ci + run: npm ci --include=dev - name: Build package shell: bash diff --git a/.github/actions/framework/action.yml b/.github/actions/framework/action.yml index 1af942373..61f3e7b4a 100644 --- a/.github/actions/framework/action.yml +++ b/.github/actions/framework/action.yml @@ -52,7 +52,7 @@ runs: - if: steps.npm-cache.outputs.cache-hit != 'true' name: Install dependencies shell: bash - run: npm ci + run: npm ci --include=dev - name: Create application shell: bash