Skip to content

Commit

Permalink
chore: update command order to match github action (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
aahna-ashina committed Sep 1, 2023
1 parent 0f8f7bc commit e79b108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-sources/citizens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"main": "index.js",
"scripts": {
"build": "tsc",
"generate-count": "node dist/generate-citizen-count-csv.js",
"generate-csv": "node dist/generate-citizens-csv.js",
"generate-json": "node dist/generate-citizens-json.js",
"generate-power": "node dist/generate-voting-power-datasets.js",
"generate-count": "node dist/generate-citizen-count-csv.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
Expand Down

0 comments on commit e79b108

Please sign in to comment.