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
+2 -2
View File
@@ -38,7 +38,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
yarn install --frozen-lockfile
yarn install | grep -v 'YN0013'
yarn polkadot-ci-ghact-build
build_docs:
@@ -71,7 +71,7 @@ jobs:
GH_PAGES_SRC: build-docs
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
yarn install --frozen-lockfile
yarn install | grep -v 'YN0013'
yarn polkadot-ci-ghact-docs
dummy: