Fix asset build
continuous-integration/drone the build canceled Details

This commit is contained in:
Olivier 'reivilibre' 2022-04-07 23:05:51 +01:00
parent 33b3bd8e49
commit e154835f77
2 changed files with 8 additions and 0 deletions

View File

@ -4,6 +4,13 @@
platform: linux/amd64
pipeline:
buildAssets:
image: "node:17.8.0-alpine3.14"
commands:
- cd quickpeep_static
- yarn install
- yarn build
clippy:
when:
event: [push, pull_request]

View File

@ -18,6 +18,7 @@ pipeline:
image: "node:17.8.0-alpine3.14"
commands:
- cd quickpeep_static
- yarn install
- yarn build
buildRelease: