moved rm lock_file

This commit is contained in:
Marco Carrozzo
2023-01-18 10:33:28 +01:00
parent f20f7a233d
commit 2ffc729846
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -79,4 +79,4 @@ runs:
act: ${{ inputs.act }}
- name: link nx executable
run: sudo ln -s $(npm bin)/nx /usr/bin/nx
shell: bash
shell: bash
-1
View File
@@ -193,7 +193,6 @@ jobs:
packages: 'dist nxcache node_modules'
- run: nx affected:build $NX_CALCULATION_FLAGS --prod
- run: nx build demoshell --configuration production
- run: rm -f /home/runner/work/alfresco-ng2-components/alfresco-ng2-components/node_modules/.ngcc_lock_file
- run: nx affected --target=build-storybook $NX_CALCULATION_FLAGS --configuration ci
- uses: ./.github/actions/upload-cache-and-artifacts
with: