Skip to content

Commit 3c3008c

Browse files
committed
Update package.json
1 parent d529628 commit 3c3008c

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
@@ -44,7 +44,7 @@
4444
"bundleshaders": "node scripts/bundle-shaders.js",
4545
"build-tsgen": "cd scripts/tsgen && tsc",
4646
"tsgen": "cd scripts/tsgen && jsdoc -c jsdoc-tsd.conf.json",
47-
"test-ts": "cd scripts/tsgen/test && tsc > output.txt",
47+
"test-ts": "cd scripts/tsgen/test && tsc --build tsconfig.json > output.txt",
4848
"ts": "npm run tsgen && npm run test-ts",
4949
"tsdev": "npm run build-tsgen && npm run tsgen && npm run test-ts"
5050
},

0 commit comments

Comments
 (0)