Fix asset build
continuous-integration/drone the build canceled
Details
continuous-integration/drone the build canceled
Details
This commit is contained in:
parent
33b3bd8e49
commit
e154835f77
|
@ -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]
|
||||
|
|
|
@ -18,6 +18,7 @@ pipeline:
|
|||
image: "node:17.8.0-alpine3.14"
|
||||
commands:
|
||||
- cd quickpeep_static
|
||||
- yarn install
|
||||
- yarn build
|
||||
|
||||
buildRelease:
|
||||
|
|
Loading…
Reference in New Issue