diff --git a/.changeset/config.json b/.changeset/config.json index 305f844..f2a006c 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -1,7 +1,7 @@ { "$schema": "https://unpkg.com/@changesets/config@3.0.2/schema.json", "changelog": "@changesets/cli/changelog", - "commit": true, + "commit": false, "fixed": [], "linked": [], "access": "public", diff --git a/package.json b/package.json index 58bed38..10238f4 100644 --- a/package.json +++ b/package.json @@ -40,8 +40,8 @@ "check:fix": "biome check --fix .", "changeset": "changeset", "release": "changeset publish", - "local-release": "changeset version && changeset publish", - "version": "changeset version", + "local-release": "changeset version && biome format --write . && changeset publish", + "version": "changeset version && biome format --write .", "test:unused": "knip", "test:deps": "sherif -i react-router-devtools -i tailwindcss -p react-router-v8-vite", "watch": "pnpm run build:all && nx watch --all -- pnpm run build:all" diff --git a/packages/react-router-devtools/package.json b/packages/react-router-devtools/package.json index e250882..d287cfd 100644 --- a/packages/react-router-devtools/package.json +++ b/packages/react-router-devtools/package.json @@ -55,9 +55,7 @@ "default": "./dist/server.js" } }, - "files": [ - "dist" - ], + "files": ["dist"], "repository": { "type": "git", "url": "git+https://github.com/code-forge-io/react-router-devtools.git"