Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
FleetAdmiralJakob committed Feb 1, 2024
1 parent d005760 commit fe01e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/city-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"lint": "eslint .",
"typecheck": "tsc --noEmit",
"update:city-data": "cd src && node download.mjs && node convert.mjs && node renamejsonproperties.mjs && node createJSONL.mjs",
"convex:deploy": " convex import --table search src/city-list.jsonl --replace && convex deploy"
"convex:deploy": " convex import --table search src/city-list.jsonl --replace --prod && convex deploy"
},
"eslintConfig": {
"root": true,
Expand Down

0 comments on commit fe01e6b

Please sign in to comment.