Skip to content

Commit 7d6b5b5

Browse files
committed
Fix to use yarn consistently.
1 parent c985ac3 commit 7d6b5b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
registry-url: 'https://registry.npmjs.org'
2828

2929
- name: Install packages
30-
run: npm install
30+
run: yarn
3131
- name: Run build
3232
run: node make.js build
3333
- name: Test

0 commit comments

Comments
 (0)