diff --git a/package.json b/package.json index a318fed8..34af23bf 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "lint.root.tsc": "tsc --noEmit --pretty", "lint.root.eslint": "eslint './{src,dev}/**/*.{ts,tsx,js,jsx,cjs,mjs,json,yaml}' --no-error-on-unmatched-pattern --cache --cache-location ./.cache/eslint/ --fix", "pack.exe": "shx rm -rf ./dist/tsconfig.tsbuildinfo && node ./dev/scripts/pack-exe.mjs", - "publish.all": "pnpm -r publish && pnpm publish", + "publish.all": "pnpm -r publish", "prepublishOnly": "run-s build && shx rm ./dist/tsconfig.tsbuildinfo", "test.lint": "run-p --aggregate-output --continue-on-error test.lint.** lint.cspell lint.root.tsc", "test.lint.root.eslint": "eslint './{src,dev}/**/*.{ts,tsx,js,jsx,cjs,mjs,json,yaml}' --no-error-on-unmatched-pattern --cache --cache-location ./.cache/eslint/",