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.
test:typescript
tsd
examples/*
1 parent 41b735a commit 352c1aeCopy full SHA for 352c1ae
package.json
@@ -16,7 +16,7 @@
16
"test": "npm run -s test:code && npm run -s test:typescript && npm run -s test:coverage && npm run -s lint",
17
"test:code": "c8 uvu . '^(examples/.*/)?test.js$'",
18
"test:coverage": "c8 check-coverage",
19
- "test:typescript": "tsd && tsd examples/*"
+ "test:typescript": "tsd && for d in examples/* ; do tsd $d; done"
20
},
21
"repository": "github:gr2m/javascript-plugin-architecture-with-typescript-definitions",
22
"keywords": [
0 commit comments