[FA-11] Disable Node caching all together and let backend rebuild if needed
This commit is contained in:
@@ -50,7 +50,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Export schema
|
- name: Export schema
|
||||||
run: |
|
run: |
|
||||||
dotnet run -c Release --no-build --no-launch-profile \
|
dotnet run -c Release --no-launch-profile \
|
||||||
--project ${{ matrix.service.project }}/${{ matrix.service.project }}.csproj \
|
--project ${{ matrix.service.project }}/${{ matrix.service.project }}.csproj \
|
||||||
-- schema export --output ${{ matrix.service.project }}/schema.graphql
|
-- schema export --output ${{ matrix.service.project }}/schema.graphql
|
||||||
|
|
||||||
|
|||||||
@@ -52,6 +52,7 @@ jobs:
|
|||||||
node-version: '20'
|
node-version: '20'
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
cache-dependency-path: fictionarchive-web/package-lock.json
|
cache-dependency-path: fictionarchive-web/package-lock.json
|
||||||
|
package-manager-cache: false
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|||||||
Reference in New Issue
Block a user