Skip to content

Commit

Permalink
upgrade workflow to use yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
leedrum committed Jan 13, 2024
1 parent 430db86 commit 6576067
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:

- name: Build
run: |
npm install
npm install --global yarn
yarn install
npx browserslist@latest --update-db
NODE_ENV=production BABEL_ENV=production ASSET_PATH='/' npx webpack

0 comments on commit 6576067

Please sign in to comment.