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:
4
.github/workflows/dev.yml
vendored
4
.github/workflows/dev.yml
vendored
@@ -17,10 +17,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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user