Skip to content
Snippets Groups Projects
Commit 7e0a3f27 authored by Francois AUBEUT's avatar Francois AUBEUT
Browse files

refactor(packages): migrate package-lock and add husky script

parent 57f26855
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -12,7 +12,8 @@
"lint": "eslint . --ext js,jsx",
"lintfix": "eslint --fix . --ext js,jsx",
"visualize": "meteor --production --extra-packages bundle-visualizer --settings ../config/settings.development.json",
"preinstall": "npx npm-force-resolutions"
"preinstall": "npx npm-force-resolutions",
"prepare": "cd .. && npx husky install"
},
"dependencies": {
"@babel/runtime": "^7.17.8",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment