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