CI WIP
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Przemek Grondek 2023-09-14 21:48:24 +02:00
parent dcb353bacb
commit 1b8fb88139

View File

@ -2,6 +2,7 @@ steps:
build-static:
image: "node:20"
commands:
- npm install
- npm run build
build-docker:
image: "docker:24.0.6-dind"