We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e8adc8 commit c6afb57Copy full SHA for c6afb57
package.json
@@ -92,7 +92,6 @@
92
"test:watch": "karma start tests/karma.conf.js",
93
"test:debug": "karma start tests/karma.conf.js -- --single-run=false",
94
"test:tsd": "npm run tsd && tsc --pretty false build/playcanvas.d.ts",
95
- "tsd": "jsdoc -c conf-tsd.json && node tsd.js",
96
- "unzipbundle": "gzip -x tests/assets/bundle.gz"
+ "tsd": "jsdoc -c conf-tsd.json && node tsd.js"
97
}
98
0 commit comments