Greenstand / treetracker-query-api

To fetch Greenstand map data for client's like web map, wallet app, and so on.
GNU General Public License v3.0
14 stars 58 forks source link

fix: issue 352 husky commits #365

Open brena-odwyer opened 10 months ago

brena-odwyer commented 10 months ago

Hello, I think I've solved the issue with husky and the pre-commits. I just added two hooks on the pre-commit file and updated husky to the package.json

dadiorchen commented 10 months ago

@brena-odwyer the failure of the ci is because that you didn't push your package-lock.json, please: npm install and push the lock file, it would solve the problem.

brena-odwyer commented 10 months ago

Hi, just did! Thank you