UNPKG

462 BYAMLView Raw
1lint:
2 - name: lint
3
4test:
5 - name: lint
6 - name: unit
7 env: node
8 timeout: 30000
9 files: ./test/**/*.test.js
10
11dev:
12 - name: shell
13 script:
14 - node ./debug/index.js
15
16build:
17 - name: file-header
18 text:
19 - 'Copyright (c) 2016-present Alibaba Group Holding Limited'
20 - '@author Houfeng <admin@xhou.net>'
21 - name: doc
22
23publish:
24 - name: shell
25 script:
26 - dn test
27 - npm run coveralls
28 - dn build
29 - npm pu
\No newline at end of file