test
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
jusax23 2022-11-08 20:48:22 +01:00
parent 45f19d40a0
commit 64977ed590

View file

@ -5,6 +5,8 @@ pipeline:
build: build:
image: node:18-alpine image: node:18-alpine
commands: commands:
- sudo apt update
- sudo apk add git
- npm update - npm update
- npm install - npm install
- mkdir build - mkdir build