2020-07-27 11:40:32 +08:00
|
|
|
language: node_js
|
|
|
|
node_js: stable
|
|
|
|
cache:
|
|
|
|
directories:
|
|
|
|
- node_modules
|
|
|
|
install:
|
2020-07-27 12:29:58 +08:00
|
|
|
- yarn install
|
2020-07-27 11:40:32 +08:00
|
|
|
script:
|
2020-07-27 12:29:58 +08:00
|
|
|
- yarn prettier
|
2020-07-27 12:57:43 +08:00
|
|
|
- yarn lint --fix
|
2020-07-27 12:29:58 +08:00
|
|
|
- yarn coverage
|