Skip to content

Commit

Permalink
ci: Remove CI-based file compression
Browse files Browse the repository at this point in the history
  • Loading branch information
JensWinter committed Oct 13, 2021
1 parent e1c8216 commit d7468d5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 37 deletions.
9 changes: 0 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
"build-prod": "ng build --configuration=production",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"compress": "node scripts/brotli-compress.js",
"build-prod-and-compress": "npm run build-prod && npm run compress"
"e2e": "ng e2e"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -52,7 +50,6 @@
"@types/leaflet": "^1.7.5",
"@types/node": "^12.20.29",
"@types/papaparse": "^5.2.6",
"brotli": "^1.3.2",
"codelyzer": "^6.0.0",
"jasmine-core": "~3.9.0",
"jasmine-spec-reporter": "~7.0.0",
Expand Down
24 changes: 0 additions & 24 deletions scripts/brotli-compress.js

This file was deleted.

0 comments on commit d7468d5

Please sign in to comment.