diff --git a/.github/workflows/aws-publish.yml b/.github/workflows/aws-publish.yml index 46948cc..04fd04b 100644 --- a/.github/workflows/aws-publish.yml +++ b/.github/workflows/aws-publish.yml @@ -26,7 +26,7 @@ jobs: # Step 3: Install dependencies - name: Install dependencies - run: npm ci --include=dev + run: npm ci --ignore-scripts --include=dev # Step 4: Build the project - name: Build package @@ -43,4 +43,4 @@ jobs: # Step 6: Upload to S3 - name: Upload to S3 run: | - aws s3 cp ./dist s3://universal-login-sample-app/ --recursive \ No newline at end of file + aws s3 cp ./dist s3://universal-login-sample-app/ --recursive