We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c82787d commit 347554aCopy full SHA for 347554a
.github/workflows/build.yml
@@ -22,6 +22,8 @@ jobs:
22
- name: Use NPM 8
23
run: npm i -g npm@8
24
- run: npm ci
25
+ - name: types
26
+ run: npm run check:types
27
- name: build
28
run: npm run build
29
- name: test
.github/workflows/release.yml
@@ -29,6 +29,8 @@ jobs:
node-version: lts/*
30
registry-url: https://registry.npmjs.org
31
32
33
34
35
36
0 commit comments