diff --git a/.github/workflows/ci-bundling-trial.yml b/.github/workflows/ci-bundling-trial.yml index 871b5ce906..20af190f0a 100644 --- a/.github/workflows/ci-bundling-trial.yml +++ b/.github/workflows/ci-bundling-trial.yml @@ -26,7 +26,7 @@ jobs: cache: 'npm' - name: 'Install dependencies' - run: 'npm ci --ignore-scripts' + run: 'npm ci' - name: 'Build project' run: 'npm run build' @@ -55,7 +55,7 @@ jobs: cache: 'npm' - name: 'Install dependencies' - run: 'npm ci --ignore-scripts' + run: 'npm ci' - name: 'Build project' run: 'npm run build' @@ -84,7 +84,7 @@ jobs: cache: 'npm' - name: 'Install dependencies' - run: 'npm ci --ignore-scripts' + run: 'npm ci' - name: 'Build project' run: 'npm run build' @@ -113,7 +113,7 @@ jobs: cache: 'npm' - name: 'Install dependencies' - run: 'npm ci --ignore-scripts' + run: 'npm ci' - name: 'Build project' run: 'npm run build' @@ -142,7 +142,7 @@ jobs: cache: 'npm' - name: 'Install dependencies' - run: 'npm ci --ignore-scripts' + run: 'npm ci' - name: 'Build project' run: 'npm run build' @@ -171,7 +171,7 @@ jobs: cache: 'npm' - name: 'Install dependencies' - run: 'npm ci --ignore-scripts' + run: 'npm ci' - name: 'Build project' run: 'npm run build' @@ -200,7 +200,7 @@ jobs: cache: 'npm' - name: 'Install dependencies' - run: 'npm ci --ignore-scripts' + run: 'npm ci' - name: 'Build project' run: 'npm run build' @@ -229,7 +229,7 @@ jobs: cache: 'npm' - name: 'Install dependencies' - run: 'npm ci --ignore-scripts' + run: 'npm ci' - name: 'Build project' run: 'npm run build' @@ -260,7 +260,7 @@ jobs: cache: 'npm' - name: 'Install dependencies' - run: 'npm ci --ignore-scripts' + run: 'npm ci' - name: 'Build project' run: 'npm run build' @@ -289,7 +289,7 @@ jobs: cache: 'npm' - name: 'Install dependencies' - run: 'npm ci --ignore-scripts' + run: 'npm ci' - name: 'Build project' run: 'npm run build' @@ -319,7 +319,7 @@ jobs: cache: 'npm' - name: 'Install dependencies' - run: 'npm ci --ignore-scripts' + run: 'npm ci' - name: 'Build project' run: 'npm run build'