mirror of
https://github.com/photonstorm/phaser
synced 2025-02-16 14:08:28 +00:00
Update package.json
This commit is contained in:
parent
d5296287b1
commit
3c3008cc04
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue