File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -296,11 +296,12 @@ jobs:
296
296
- run : |
297
297
ci/rustfmt.sh
298
298
299
- test-npm-package :
299
+ test-npm-package-types :
300
300
runs-on : ubuntu-latest
301
301
steps :
302
302
- uses : actions/checkout@v2
303
- - run : npm cit
303
+ - run : SKIP_BUILD=1 npm ci
304
+ - run : npm run test:types
304
305
305
306
e2e-async-select :
306
307
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 27
27
"scripts" : {
28
28
"install:ci" : " npm ci" ,
29
29
"test" : " tsd" ,
30
+ "test:types" : " tsd" ,
30
31
"docs" : " npm run docs:clean && npm run docs:typedoc" ,
31
32
"docs:clean" : " rm -rf reference-docs" ,
32
33
"docs:typedoc" : " typedoc --theme ./node_modules/typedoc-loopingz-theme/bin/default --disableSources --includeVersion --out reference-docs --tsconfig tsconfig.json --readme none --exclude index.test-d.ts index.d.ts" ,
You can’t perform that action at this time.
0 commit comments