chore: do not run publish for the root [skip ci]

This commit is contained in:
Amin Yahyaabadi 2025-03-16 21:24:27 -07:00
parent 81892a4640
commit fd0d475a53
1 changed files with 1 additions and 1 deletions

View File

@ -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/",