Bo-Yi Wu
пре 7 година
No known key found for this signature in database
GPG Key ID: F84B2110C500B1F
1 измењених фајлова са
13 додато и
0 уклоњено
-
.drone.yml
|
|
@ -3,3 +3,16 @@ clone: |
|
|
|
image: plugins/git |
|
|
|
depth: 50 |
|
|
|
tags: true |
|
|
|
|
|
|
|
pipeline: |
|
|
|
|
|
|
|
node_test: |
|
|
|
image: node:8 |
|
|
|
pull: true |
|
|
|
commands: |
|
|
|
- node -v |
|
|
|
- npm -v |
|
|
|
- yarn --version |
|
|
|
- yarn config set cache-folder .yarn-cache |
|
|
|
- yarn install |
|
|
|
- yarn run production |