Swap to yarn 2 (#287)

This commit is contained in:
Jaco Greeff
2020-02-28 14:19:03 +01:00
committed by GitHub
parent 1229bedffb
commit 31e8904f7a
11 changed files with 92773 additions and 16171 deletions
+4 -4
View File
@@ -26,7 +26,7 @@ jobs:
${{ runner.os }}-yarn-
- name: lint
run: |
yarn install --frozen-lockfile
yarn install | grep -v 'YN0013'
yarn lint
test:
@@ -53,7 +53,7 @@ jobs:
${{ runner.os }}-yarn-
- name: test
run: |
yarn install --frozen-lockfile
yarn install | grep -v 'YN0013'
yarn test
build_code:
@@ -80,7 +80,7 @@ jobs:
${{ runner.os }}-yarn-
- name: build
run: |
yarn install --frozen-lockfile
yarn install | grep -v 'YN0013'
yarn build
build_docs:
@@ -107,5 +107,5 @@ jobs:
${{ runner.os }}-yarn-
- name: build
run: |
yarn install --frozen-lockfile
yarn install | grep -v 'YN0013'
yarn docs