Skip to content

Commit

Permalink
.github/workflows eslint target appended to lint npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
Stassi committed Nov 3, 2024
1 parent 6847a57 commit 7ff5910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"import:leaflet": "shx cp -r node_modules/leaflet/dist/* public/leaflet",
"preimport:leaflet:fullscreen": "shx mkdir -p public/leaflet/fullscreen",
"import:leaflet:fullscreen": "shx cp -r node_modules/leaflet-fullscreen/dist/* public/leaflet/fullscreen",
"lint": "eslint .",
"lint": "eslint . && eslint .github/workflows",
"prepublishOnly": "npm test",
"serve": "serve",
"serve:test": "serve -p 3001",
Expand Down

0 comments on commit 7ff5910

Please sign in to comment.