Skip to content

Commit

Permalink
update install command
Browse files Browse the repository at this point in the history
  • Loading branch information
dancespiele committed Jun 10, 2022
1 parent 432260e commit 1376c03
Show file tree
Hide file tree
Showing 3 changed files with 9,726 additions and 14,122 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/postman.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
node-version: '16.x'
- name: Install dependencies
run: |
npm i
npm i --legacy-peer-deps
- name: Compile
run: |
npm run build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
node-version: '16.x'
- name: Install dependencies
run: |
npm i
npm i --legacy-peer-deps
- name: Compile and lint
run: |
npm run build
Expand Down

0 comments on commit 1376c03

Please sign in to comment.