diff --git a/.github/workflows/ci-bundling-trial.yml b/.github/workflows/ci-bundling-trial.yml index 2230132fde..5ea848c10f 100644 --- a/.github/workflows/ci-bundling-trial.yml +++ b/.github/workflows/ci-bundling-trial.yml @@ -67,6 +67,7 @@ jobs: - name: 'Extract Node Modules' run: | + rm -rf node_modules tar -xzf node_modules.tar.gz rm node_modules.tar.gz shell: 'bash' @@ -103,6 +104,7 @@ jobs: - name: 'Extract Node Modules' run: | + rm -rf node_modules tar -xzf node_modules.tar.gz rm node_modules.tar.gz shell: 'bash' @@ -139,6 +141,7 @@ jobs: - name: 'Extract Node Modules' run: | + rm -rf node_modules tar -xzf node_modules.tar.gz rm node_modules.tar.gz shell: 'bash' @@ -175,6 +178,7 @@ jobs: - name: 'Extract Node Modules' run: | + rm -rf node_modules tar -xzf node_modules.tar.gz rm node_modules.tar.gz shell: 'bash' @@ -211,6 +215,7 @@ jobs: - name: 'Extract Node Modules' run: | + rm -rf node_modules tar -xzf node_modules.tar.gz rm node_modules.tar.gz shell: 'bash' @@ -247,6 +252,7 @@ jobs: - name: 'Extract Node Modules' run: | + rm -rf node_modules tar -xzf node_modules.tar.gz rm node_modules.tar.gz shell: 'bash' @@ -283,6 +289,7 @@ jobs: - name: 'Extract Node Modules' run: | + rm -rf node_modules tar -xzf node_modules.tar.gz rm node_modules.tar.gz shell: 'bash' @@ -319,6 +326,7 @@ jobs: - name: 'Extract Node Modules' run: | + rm -rf node_modules tar -xzf node_modules.tar.gz rm node_modules.tar.gz shell: 'bash'