mirror of https://github.com/aminya/setup-cpp.git
chore: do not run publish for the root [skip ci]
This commit is contained in:
parent
81892a4640
commit
fd0d475a53
|
|
@ -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/",
|
||||
|
|
|
|||
Loading…
Reference in New Issue