diff --git a/.husky/pre-commit b/.husky/pre-commit index 0c09baa..34f413e 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,2 +1,3 @@ #!/usr/bin/env sh -npm run check-version \ No newline at end of file +. "$HOME/.nvm/nvm.sh" +node scripts/check-version.js \ No newline at end of file diff --git a/package.json b/package.json index 538cab4..cb28e78 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/extensions/documentation/documentation/1.0.0/full_documentation.json b/src/extensions/documentation/documentation/1.0.0/full_documentation.json index 8d8e77b..5f0c34f 100644 --- a/src/extensions/documentation/documentation/1.0.0/full_documentation.json +++ b/src/extensions/documentation/documentation/1.0.0/full_documentation.json @@ -14,7 +14,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "x-generation-date": "2025-10-29T21:53:00.271Z" + "x-generation-date": "2025-10-29T23:24:08.569Z" }, "x-strapi-config": { "plugins": [