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
|
platform: linux/amd64
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
|
buildAssets:
|
||||||
|
image: "node:17.8.0-alpine3.14"
|
||||||
|
commands:
|
||||||
|
- cd quickpeep_static
|
||||||
|
- yarn install
|
||||||
|
- yarn build
|
||||||
|
|
||||||
clippy:
|
clippy:
|
||||||
when:
|
when:
|
||||||
event: [push, pull_request]
|
event: [push, pull_request]
|
||||||
|
|
|
@ -18,6 +18,7 @@ pipeline:
|
||||||
image: "node:17.8.0-alpine3.14"
|
image: "node:17.8.0-alpine3.14"
|
||||||
commands:
|
commands:
|
||||||
- cd quickpeep_static
|
- cd quickpeep_static
|
||||||
|
- yarn install
|
||||||
- yarn build
|
- yarn build
|
||||||
|
|
||||||
buildRelease:
|
buildRelease:
|
||||||
|
|
Loading…
Reference in New Issue