From fd0d475a5321b72beb7755bbbaa146b1f958fc2a Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Sun, 16 Mar 2025 21:24:27 -0700 Subject: [PATCH] chore: do not run publish for the root [skip ci] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/",