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 8527386 commit e9f7544Copy full SHA for e9f7544
package.json
@@ -6,6 +6,7 @@
6
"scripts": {
7
"build": "node build.js",
8
"serve": "node server.js",
9
+ "gzip": "find -E build -type f -regex '.*(html|css|js|xml|json)$' -exec gzip -kf9 {} \\;",
10
"load-versions": "node scripts/load-versions.js",
11
"start": "npm run serve",
12
"test": "npm run test:lint && npm run test:unit && npm run test:smoke",
0 commit comments