This commit is contained in:
Shiny Nematoda 2023-03-26 12:08:15 +00:00 committed by vrifox
parent 29aba87fb6
commit 65f490d43e
No known key found for this signature in database
GPG key ID: D40098E5B60B2197
2 changed files with 4 additions and 4 deletions

View file

@ -2,8 +2,8 @@ pipeline:
build:
image: node:alpine
commands:
- npm install
- npm run build && npm audit fix
- npm install && npm audit fix
- npm run build
when:
event: ['push', 'pull_request']