소스 검색

add js testing.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
pull/1/merge
Bo-Yi Wu 6 년 전
부모
커밋
a18ca75f2c
No known key found for this signature in database GPG 키 ID: F84B2110C500B1F
1개의 변경된 파일13개의 추가작업 그리고 0개의 파일을 삭제
  1. +13
    -0
      .drone.yml

+ 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

불러오는 중...
취소
저장