We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81892a4 commit fd0d475Copy full SHA for fd0d475
1 file changed
package.json
@@ -50,7 +50,7 @@
50
"lint.root.tsc": "tsc --noEmit --pretty",
51
"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",
52
"pack.exe": "shx rm -rf ./dist/tsconfig.tsbuildinfo && node ./dev/scripts/pack-exe.mjs",
53
- "publish.all": "pnpm -r publish && pnpm publish",
+ "publish.all": "pnpm -r publish",
54
"prepublishOnly": "run-s build && shx rm ./dist/tsconfig.tsbuildinfo",
55
"test.lint": "run-p --aggregate-output --continue-on-error test.lint.** lint.cspell lint.root.tsc",
56
"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