Skip to content

Commit

Permalink
Merge pull request #1374 from Richarizaard/master
Browse files Browse the repository at this point in the history
Update husky pre-commit hook in package.json
  • Loading branch information
gavinr-maps committed Sep 28, 2023
2 parents 926bfe8 + 51b6073 commit 862cbdf
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Expand Up @@ -85,7 +85,6 @@
"lint": "semistandard | snazzy",
"prebuild": "mkdirp dist",
"pretest": "npm run build",
"precommit": "npm run lint",
"fix": "semistandard --fix",
"release": "./scripts/release.sh",
"start-watch": "chokidar src -c \"npm run build\"",
Expand All @@ -103,5 +102,10 @@
"proj4"
]
},
"unpkg": "dist/esri-leaflet-debug.js"
"unpkg": "dist/esri-leaflet-debug.js",
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
}
}

0 comments on commit 862cbdf

Please sign in to comment.