We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7d998f commit c2e6eacCopy full SHA for c2e6eac
1 file changed
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
uses: actions/checkout@main
14
15
- name: install
16
- run: npm i
+ run: yarn
17
18
- name: all
19
- run: npm run all
+ run: yarn run all
0 commit comments