Skip to content

Commit

Permalink
remove npm audit from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster committed Aug 25, 2024
1 parent 86f74ed commit ad6fd8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
build: true
test: false
lint: false
- run: npm install --loglevel verbose
- run: npm audit
continue-on-error: true
- run: npm install
# - run: npm audit
# continue-on-error: true
- run: npm run build_client
- run: npm run build_server

0 comments on commit ad6fd8c

Please sign in to comment.