Skip to content

Commit

Permalink
build: replace npm with yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Jun 24, 2021
1 parent 5eb7a9f commit 1569c37
Show file tree
Hide file tree
Showing 5 changed files with 1,736 additions and 5,119 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/generate-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 14.x
- run: npm ci
- run: npm run generate
- name: Install
run: yarn --immutable
- name: Generate TokenList
run: yarn generate
- name: Upload TokenList
uses: actions/upload-artifact@v2
with:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/generate-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 14.x
- run: npm ci
- run: npm run generate
- name: Install
run: yarn --immutable
- name: Generate TokenList
run: yarn generate
Loading

0 comments on commit 1569c37

Please sign in to comment.