浏览代码
add js testing.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
pull/1/merge
Bo-Yi Wu
7 年前
找不到此签名对应的密钥
GPG 密钥 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 |