Skip to content

Commit

Permalink
Swap to yarn 2 (#2310)
Browse files Browse the repository at this point in the history
* Swap to yarn 2

* Run jest via dev command
  • Loading branch information
jacogr authored Feb 28, 2020
1 parent 864c345 commit c20732a
Show file tree
Hide file tree
Showing 9 changed files with 93,333 additions and 16,448 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 --frozen-lockfile
yarn install | grep -v 'YN0013'
yarn lint
test:
Expand All @@ -53,7 53,7 @@ jobs:
${{ runner.os }}-yarn-
- name: test
run: |
yarn install --frozen-lockfile
yarn install | grep -v 'YN0013'
yarn test
build_code:
Expand All @@ -80,7 80,7 @@ jobs:
${{ runner.os }}-yarn-
- name: build
run: |
yarn install --frozen-lockfile
yarn install | grep -v 'YN0013'
yarn build:code
build_i18n:
Expand All @@ -107,5 107,5 @@ jobs:
${{ runner.os }}-yarn-
- name: build
run: |
yarn install --frozen-lockfile
yarn install | 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 --frozen-lockfile
yarn install | grep -v 'YN0013'
yarn polkadot-ci-ghact-build
yarn polkadot-ci-ghact-docs
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 8,10 @@ tmp/
.env.test.local
.env.production.local
.npmrc
.yarn/*
!.yarn/releases
!.yarn/plugins
.pnp.*
cc-test-reporter
package-lock.json
npm-debug.log*
Expand Down
Loading

0 comments on commit c20732a

Please sign in to comment.