Use bun for build
ci/woodpecker/push/woodpecker Pipeline failed Podrobnosti

This commit is contained in:
tree 2022-10-14 15:34:05 +02:00
rodič 9c7a005994
revize 91c26fceca
1 změnil soubory, kde provedl 3 přidání a 3 odebrání

Zobrazit soubor

@ -1,9 +1,9 @@
pipeline:
build:
image: node
image: jarredsumner/bun
commands:
- npm ci
- npm run build
- bun i
- bun run build
deploy:
image: rclone/rclone
commands: