diff --git a/.husky/commit-msg b/.config/.husky/commit-msg similarity index 100% rename from .husky/commit-msg rename to .config/.husky/commit-msg diff --git a/.husky/install.mjs b/.config/.husky/install.mjs similarity index 100% rename from .husky/install.mjs rename to .config/.husky/install.mjs diff --git a/.husky/pre-commit b/.config/.husky/pre-commit similarity index 100% rename from .husky/pre-commit rename to .config/.husky/pre-commit diff --git a/apps/dokploy/package.json b/apps/dokploy/package.json index 8354fa7a4..b589ffde4 100644 --- a/apps/dokploy/package.json +++ b/apps/dokploy/package.json @@ -1,6 +1,6 @@ { "name": "dokploy", - "version": "v0.6.2", + "version": "v0.6.3", "private": true, "license": "Apache-2.0", "type": "module", diff --git a/package.json b/package.json index 0c5731d98..5ca5f59af 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "format-and-lint": "biome check .", "check": "biome check --write --no-errors-on-unmatched --files-ignore-unknown=true", "format-and-lint:fix": "biome check . --write", - "prepare": "node .husky/install.mjs" + "prepare": "node ./.config/.husky/install.mjs" }, "devDependencies": { "dotenv": "16.4.5",