This commit is contained in:
Shiny Nematoda 2023-03-26 12:08:15 +00:00
parent a9ab0c1ebb
commit 442bc37864
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']