Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelien committed Sep 15, 2024
1 parent cdfc439 commit 1e29855
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress",
"geojsonhint": "set -e ; for f in assets/regions/*/*.geojson ; do geojsonhint \"$f\" ; done",
"geojsonhint": "set -e ; for f in assets/regions/*/*.geojson ; do echo $f; geojsonhint \"$f\" ; done",
"rewind": "set -e ; for f in assets/regions/*/*.geojson ; do echo $f; geojson-rewind \"$f\" > \"$f.tmp\" && mv \"$f.tmp\" \"$f\" ; done",
"lint": "eslint \"assets/typescript\"",
"lint:fix": "eslint --fix \"assets/typescript\""
},
Expand Down

0 comments on commit 1e29855

Please sign in to comment.