mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-12-26 06:59:53 +05:30
16 lines
231 B
YAML
16 lines
231 B
YAML
|
language: node
|
||
|
cache: yarn
|
||
|
|
||
|
jobs:
|
||
|
include:
|
||
|
- stage: Test
|
||
|
name: Lint
|
||
|
script: yarn lint
|
||
|
- name: Flow
|
||
|
script: yarn flow
|
||
|
- name: Test
|
||
|
script: yarn test
|
||
|
|
||
|
- stage: Build
|
||
|
script: yarn build
|