mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 15:14:47 +00:00
New tsdev script
This commit is contained in:
parent
fa890651f4
commit
27cbd688b8
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
"tsgen": "cd scripts/tsgen && jsdoc -c jsdoc-tsd.conf.json",
|
||||
"test-ts": "cd scripts/tsgen/test && tsc > output.txt",
|
||||
"ts": "npm run tsgen && npm run test-ts",
|
||||
"tsdev": "cd scripts/tsgen && tsc && jsdoc -c jsdoc-tsd.conf.json"
|
||||
"tsdev": "npm run build-tsgen && npm run tsgen && npm run test-ts"
|
||||
},
|
||||
"keywords": [
|
||||
"2d",
|
||||
|
|
Loading…
Reference in a new issue