We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bf65a6 commit f9bcd4fCopy full SHA for f9bcd4f
.github/workflows/checks.yml
@@ -19,5 +19,8 @@ jobs:
19
with:
20
node-version: 11
21
22
+ - name: Install
23
+ run: yarn
24
+
25
- name: Check Types
26
run: yarn typecheck
.github/workflows/publish.yml
@@ -15,6 +15,9 @@ jobs:
15
16
registry-url: 'https://registry.npmjs.org'
17
18
0 commit comments