We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed1ce47 commit 42d2c6cCopy full SHA for 42d2c6c
.github/dependabot.yml
@@ -5,7 +5,7 @@ updates:
5
schedule:
6
interval: daily
7
8
- - package-ecosystem: npm
+ - package-ecosystem: yarn
9
directory: /
10
11
.github/workflows/check-dist.yml
@@ -29,10 +29,10 @@ jobs:
29
node-version: 12.x
30
31
- name: Install dependencies
32
- run: npm ci
+ run: yarn
33
34
- name: Rebuild the dist/ directory
35
- run: npm run build
+ run: yarn run build
36
37
- name: Compare the expected and actual dist/ directories
38
run: |
0 commit comments