mirror of
https://github.com/zhigang1992/react.git
synced 2026-03-26 06:55:07 +08:00
23 lines
207 B
YAML
23 lines
207 B
YAML
language: node_js
|
|
|
|
node_js:
|
|
- 13.9.0
|
|
|
|
cache:
|
|
directories:
|
|
- "node_modules"
|
|
|
|
notifications:
|
|
email:
|
|
on_success: never
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
install:
|
|
- yarn
|
|
|
|
script:
|
|
- yarn run build
|