diff --git a/.github/actions/npm-install/action.yml b/.github/actions/npm-install/action.yml index 36614357..490b9f57 100644 --- a/.github/actions/npm-install/action.yml +++ b/.github/actions/npm-install/action.yml @@ -44,5 +44,5 @@ runs: - name: install packages shell: bash working-directory: ${{ github.workspace }} - if: steps.cache.outputs.cache-hit != 'true' || steps.cache_emulator.outputs.cache-hit != 'true' || steps.cache_basic_react.outputs.cache-hit != 'true' || steps.cache_basic_vue.outputs.cache-hit != 'true' + if: steps.cache.outputs.cache-hit != 'true' || steps.cache_emulator.outputs.cache-hit != 'true' || steps.cache_server.outputs.cache-hit != 'true' || steps.cache_basic_react.outputs.cache-hit != 'true' || steps.cache_basic_vue.outputs.cache-hit != 'true' run: npm ci --include=dev