Update package.json

This commit is contained in:
Richard Davey 2020-07-14 09:45:04 +01:00
parent d5296287b1
commit 3c3008cc04

View file

@ -44,7 +44,7 @@
"bundleshaders": "node scripts/bundle-shaders.js",
"build-tsgen": "cd scripts/tsgen && tsc",
"tsgen": "cd scripts/tsgen && jsdoc -c jsdoc-tsd.conf.json",
"test-ts": "cd scripts/tsgen/test && tsc > output.txt",
"test-ts": "cd scripts/tsgen/test && tsc --build tsconfig.json > output.txt",
"ts": "npm run tsgen && npm run test-ts",
"tsdev": "npm run build-tsgen && npm run tsgen && npm run test-ts"
},