mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 13:08:01 +02:00
Hotfix
This commit is contained in:
parent
a9ab0c1ebb
commit
442bc37864
2 changed files with 4 additions and 4 deletions
|
@ -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']
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue