Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Revert to old download command (#4153)
Browse files Browse the repository at this point in the history
* fix: revert to old download command due to pipeline issues

* fix: revert data structure change

Co-authored-by: VWSCoronaDashboard24 <[email protected]>
  • Loading branch information
hasan-ozaynaci and VWSCoronaDashboard24 authored Apr 6, 2022
1 parent d149798 commit 852c487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
"lint": "eslint .",
"typecheck": "tsc --pretty --noEmit",
"trace": "tsc --pretty --noEmit --generateTrace \"trace-$(date +%Y%m%d%H%M)\" --composite false --incremental false",
"download": "npx rimraf ./public/json/* && node ./infra/download.js",
"download": "node ./infra/download.js",
"clean": "npx rimraf .next",
"nuke": "yarn clean && npx rimraf node_modules"
},
Expand Down

0 comments on commit 852c487

Please sign in to comment.