]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
chore: husky test
authorJoe Workman <joe@workmanmail.com>
Fri, 18 Aug 2023 00:46:32 +0000 (17:46 -0700)
committerJoe Workman <joe@workmanmail.com>
Fri, 18 Aug 2023 00:46:32 +0000 (17:46 -0700)
package.json

index 4c3a4cb2ba004605e2b818edabe004b3d49ed0eb..edbc01987007114d835575c756347a1caed93e35 100644 (file)
@@ -26,7 +26,8 @@
     "test:bundle:single-process": "mocha-headless-chrome -a ignore-resource-errors -a single-process -a no-sandbox -a disable-setuid-sandbox -a disable-dev-shm-usage -f test/bundle/index.html",
     "test:visual": "gulp test --color",
     "deploy": "gulp deploy --color",
-    "deploy:prep": "gulp deploy:prep --color"
+    "deploy:prep": "gulp deploy:prep --color",
+    "prepare": "husky install"
   },
   "peerDependencies": {
     "jquery": ">=3.6.0",
@@ -72,7 +73,7 @@
     "gulp-uglify": "^3.0.0",
     "gulp-zip": "^5.1.0",
     "gulp4-run-sequence": "^1.0.2",
-    "husky": "^8.0.3",
+    "husky": "^8.0.0",
     "is-empty-object": "^1.1.1",
     "jquery": ">=3.6.0",
     "js-yaml": "^3.12.1",
     "webpack-stream": "^7.0.0",
     "what-input": ">=5.2.10"
   },
-  "resolutions": {
-  },
+  "resolutions": {},
   "engines": {
     "node": ">=16.0"
   },