mirror of
https://github.com/elyby/emails-renderer.git
synced 2024-11-16 18:23:23 +05:30
14 lines
148 B
YAML
14 lines
148 B
YAML
|
language: node_js
|
||
|
node_js:
|
||
|
- "12"
|
||
|
|
||
|
cache:
|
||
|
yarn: true
|
||
|
directories:
|
||
|
- node_modules
|
||
|
|
||
|
script:
|
||
|
- yarn lint
|
||
|
- yarn tsc
|
||
|
- yarn build:quiet
|