feat: switch from npm to yarn (#500)

* feat: switch from npm to yarn

* fix: build

* fix: replace yarn run with yarn

* fix: nodejs version install in Docker image

* fix: initialize mobx state

Co-authored-by: Karol Sójko <karolsojko@gmail.com>
This commit is contained in:
Baptiste Grob
2020-12-08 14:59:22 +01:00
committed by GitHub
parent a6d0319fb7
commit 993d241c72
14 changed files with 7975 additions and 13179 deletions

View File

@@ -18,10 +18,10 @@ jobs:
uses: actions/checkout@v2
- name: Install dependencies
run: npm ci
run: yarn install --pure-lockfile
- name: Typescript
run: npm run tsc
run: yarn tsc
deploy: