Skip to content

Commit 0b2584f

Browse files
Merge pull request #353 from topcoder-platform/TCA-508_gzip
TCA-508 remove gzip
2 parents bc662c0 + 5d52d40 commit 0b2584f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"start": "sh start-ssl.sh",
88
"start:brooke": "sudo sh start-ssl-brooke.sh",
99
"build": "yarn react-app-rewired build",
10-
"postbuild": "gzip build/static/js/*.js && gzip build/static/css/*.css",
1110
"lint": "tslint 'src-ts/**/*.{ts,tsx}' && eslint 'src*/**/*.{js,jsx,ts,tsx}'",
1211
"lint:fix": "tslint 'src-ts/**/*.{ts,tsx}' --fix && eslint 'src*/**/*.{js,jsx,ts,tsx}' --fix",
1312
"tslint": "tslint 'src-ts/**/*.{ts,tsx}'",

0 commit comments

Comments
 (0)