Skip to content

Commit fabcb15

Browse files
committed
Use yarn in GHA
1 parent 02fc5ca commit fabcb15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Test Build
1919
run: |
2020
yarn install --immutable
21-
npm run build
21+
yarn build
2222
gh-release:
2323
if: github.event_name != 'pull_request'
2424
runs-on: ubuntu-latest
@@ -38,4 +38,4 @@ jobs:
3838
git config --global user.email "jakeboone02@gmail.com"
3939
git config --global user.name "Jake Boone"
4040
yarn install --immutable
41-
npm run deploy
41+
yarn deploy

0 commit comments

Comments
 (0)