We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa89065 commit 27cbd68Copy full SHA for 27cbd68
1 file changed
package.json
@@ -41,7 +41,7 @@
41
"tsgen": "cd scripts/tsgen && jsdoc -c jsdoc-tsd.conf.json",
42
"test-ts": "cd scripts/tsgen/test && tsc > output.txt",
43
"ts": "npm run tsgen && npm run test-ts",
44
- "tsdev": "cd scripts/tsgen && tsc && jsdoc -c jsdoc-tsd.conf.json"
+ "tsdev": "npm run build-tsgen && npm run tsgen && npm run test-ts"
45
},
46
"keywords": [
47
"2d",
0 commit comments