fix(ci): Fix build step
continuous-integration/woodpecker the build was successful Details

This commit is contained in:
Ferdinand Thiessen 2021-12-08 15:32:31 +01:00
parent 5c8637965a
commit e8c0001d17
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,6 @@ pipeline:
build:
image: node:lts-alpine
commands:
- yarn build
- yarn quasar build
branches: [main, develop]