mirror of
https://gitee.com/elegant_wings/dbd-meeting-html.git
synced 2025-06-20 23:49:36 +08:00
8 lines
113 B
YAML
8 lines
113 B
YAML
![]() |
language: node_js
|
||
|
node_js:
|
||
|
- 10.15.0
|
||
|
cache: yarn
|
||
|
script:
|
||
|
- yarn
|
||
|
- yarn run lint --no-fix && yarn run build
|