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,2 +1,3 @@
#!/usr/bin/env sh #!/usr/bin/env sh
npm run check-version . "$HOME/.nvm/nvm.sh"
node scripts/check-version.js

View File

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

View File

@@ -14,7 +14,7 @@
"name": "Apache 2.0", "name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html" "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": { "x-strapi-config": {
"plugins": [ "plugins": [