0.11.11 : try to fix husky

This commit is contained in:
2025-10-30 00:32:34 +01:00
parent 39c3a516cd
commit 6c9cf82920
3 changed files with 6 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "harmony-back",
"version": "0.11.10",
"version": "0.11.11",
"private": true,
"description": "A Strapi application",
"scripts": {
@@ -9,7 +9,8 @@
"develop": "strapi develop --debug",
"start": "strapi start",
"strapi": "strapi",
"check-version": "node scripts/check-version.js"
"check-version": "node scripts/check-version.js",
"prepare": "husky || true"
},
"dependencies": {
"@strapi/plugin-cloud": "5.8.1",