瀏覽代碼
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 |