Minify yarn plugins (#288)

This commit is contained in:
Jaco Greeff
2020-02-29 13:50:27 +01:00
committed by GitHub
parent 32c1ca8abf
commit 6cbabfbe80
8 changed files with 354 additions and 71525 deletions
+2 -2
View File
@@ -38,7 +38,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
yarn install | grep -v 'YN0013'
yarn install --immutable | 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 | grep -v 'YN0013'
yarn install --immutable | grep -v 'YN0013'
yarn polkadot-ci-ghact-docs
dummy: