Added audit step so we catch any evental security issues in the build step

This commit is contained in:
Viktor Sarstrom 2021-03-29 08:46:19 +02:00
parent a3e2f5f20e
commit 4243d3cffb
3 changed files with 4724 additions and 14777 deletions

View File

@ -24,7 +24,11 @@ jobs:
timezone: Europe/Stockholm
- name: Install dependencies
run: npx lerna bootstrap
run: npx lerna bootstrap
- name: Run audit
run: |
yarn audit
- name: Run linting and tests
run: |

View File

@ -27,6 +27,10 @@ jobs:
- name: Install dependencies
run: npx lerna bootstrap
- name: Run audit
run: |
yarn audit
- name: Run linting and tests
run: |
yarn lint

19491
yarn.lock

File diff suppressed because it is too large Load Diff