Skip to content

Commit c6afb57

Browse files
committed
Remove unzipbundle script from package.json
1 parent 4e8adc8 commit c6afb57

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@
9292
"test:watch": "karma start tests/karma.conf.js",
9393
"test:debug": "karma start tests/karma.conf.js -- --single-run=false",
9494
"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"
95+
"tsd": "jsdoc -c conf-tsd.json && node tsd.js"
9796
}
9897
}

0 commit comments

Comments
 (0)