Skip to content

Commit 27cbd68

Browse files
committed
New tsdev script
1 parent fa89065 commit 27cbd68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"tsgen": "cd scripts/tsgen && jsdoc -c jsdoc-tsd.conf.json",
4242
"test-ts": "cd scripts/tsgen/test && tsc > output.txt",
4343
"ts": "npm run tsgen && npm run test-ts",
44-
"tsdev": "cd scripts/tsgen && tsc && jsdoc -c jsdoc-tsd.conf.json"
44+
"tsdev": "npm run build-tsgen && npm run tsgen && npm run test-ts"
4545
},
4646
"keywords": [
4747
"2d",

0 commit comments

Comments
 (0)