Skip to content

Commit

Permalink
chore(Root): add flags to npm config file
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoruiz committed May 7, 2024
1 parent 4ba3aeb commit 1a902d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install
run: |
sudo apt-get install xvfb
npm ci --no-save --no-fund --no-audit --legacy-peer-deps
npm ci
npx -y ultra-runner --raw --recursive prepublishOnly
- name: Lint
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
cache: 'npm'

- name: Install
run: npm ci --no-save --no-fund --no-audit --legacy-peer-deps
run: npm ci

- name: Publish Packages
run: |
Expand Down
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
audit=false
fund=false
legacy-peer-deps=true

0 comments on commit 1a902d7

Please sign in to comment.