Skip to content

Commit

Permalink
Minify yarn plugins (#2315)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Feb 29, 2020
1 parent 885ec0b commit f9530bb
Show file tree
Hide file tree
Showing 13 changed files with 256 additions and 71,611 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr-any.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
${{ runner.os }}-yarn-
- name: lint
run: |
yarn install | grep -v 'YN0013'
yarn install --immutable | grep -v 'YN0013'
yarn lint
test:
Expand All @@ -53,7 +53,7 @@ jobs:
${{ runner.os }}-yarn-
- name: test
run: |
yarn install | grep -v 'YN0013'
yarn install --immutable | grep -v 'YN0013'
yarn test
build_code:
Expand All @@ -80,7 +80,7 @@ jobs:
${{ runner.os }}-yarn-
- name: build
run: |
yarn install | grep -v 'YN0013'
yarn install --immutable | grep -v 'YN0013'
yarn build:code
build_i18n:
Expand All @@ -107,5 +107,5 @@ jobs:
${{ runner.os }}-yarn-
- name: build
run: |
yarn install | grep -v 'YN0013'
yarn install --immutable | grep -v 'YN0013'
yarn build:i18n
2 changes: 1 addition & 1 deletion .github/workflows/push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
GH_PAT: ${{ secrets.GH_PAT }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
yarn install | grep -v 'YN0013'
yarn install --immutable | grep -v 'YN0013'
yarn polkadot-ci-ghact-build
yarn polkadot-ci-ghact-docs
Expand Down
Loading

0 comments on commit f9530bb

Please sign in to comment.