Skip to content

Commit fd0d475

Browse files
committed
chore: do not run publish for the root [skip ci]
1 parent 81892a4 commit fd0d475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"lint.root.tsc": "tsc --noEmit --pretty",
5151
"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",
5252
"pack.exe": "shx rm -rf ./dist/tsconfig.tsbuildinfo && node ./dev/scripts/pack-exe.mjs",
53-
"publish.all": "pnpm -r publish && pnpm publish",
53+
"publish.all": "pnpm -r publish",
5454
"prepublishOnly": "run-s build && shx rm ./dist/tsconfig.tsbuildinfo",
5555
"test.lint": "run-p --aggregate-output --continue-on-error test.lint.** lint.cspell lint.root.tsc",
5656
"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/",

0 commit comments

Comments
 (0)