We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c985ac3 commit 7d6b5b5Copy full SHA for 7d6b5b5
1 file changed
.github/workflows/build.yml
@@ -27,7 +27,7 @@ jobs:
27
registry-url: 'https://registry.npmjs.org'
28
29
- name: Install packages
30
- run: npm install
+ run: yarn
31
- name: Run build
32
run: node make.js build
33
- name: Test
0 commit comments