We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 523399c commit 78ee259Copy full SHA for 78ee259
.github/workflows/ci.yml
@@ -22,8 +22,8 @@ jobs:
22
with:
23
node-version: '18'
24
25
- - name: Install dependencies
26
- run: yarn install
+ - name: Bootstrap
+ run: ./scripts/bootstrap
27
28
- name: Check types
29
run: ./scripts/lint
@@ -41,8 +41,8 @@ jobs:
41
42
43
44
45
46
47
- name: Check build
48
run: ./scripts/build
0 commit comments