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.
2 parents 928ac9d + d49887a commit 1c396e8Copy full SHA for 1c396e8
package.json
@@ -7,6 +7,7 @@
7
"start": "sh start-ssl.sh",
8
"start:brooke": "sudo sh start-ssl-brooke.sh",
9
"build": "yarn react-app-rewired build",
10
+ "postbuild": "gzip build/static/js/*.js && gzip build/static/css/*.css",
11
"lint": "tslint 'src-ts/**/*.{ts,tsx}' && eslint 'src*/**/*.{js,jsx,ts,tsx}'",
12
"lint:fix": "tslint 'src-ts/**/*.{ts,tsx}' --fix && eslint 'src*/**/*.{js,jsx,ts,tsx}' --fix",
13
"tslint": "tslint 'src-ts/**/*.{ts,tsx}'",
0 commit comments