We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dist
1 parent b79c497 commit a23f410Copy full SHA for a23f410
packages/toolkit/package.json
@@ -99,8 +99,8 @@
99
"run-build": "tsup",
100
"build": "yarn clean && yarn run-build && tsx scripts/fixUniqueSymbolExports.mts",
101
"build-only": "yarn clean && yarn run-build",
102
- "format": "prettier --write . --cache --cache-strategy content",
103
- "format:check": "prettier --check .",
+ "format": "prettier --write . '!dist' --cache --cache-strategy content",
+ "format:check": "prettier --check . '!dist'",
104
"lint": "eslint . --cache --cache-strategy content",
105
"lint:fix": "eslint --fix .",
106
"test": "vitest --typecheck --run ",
0 commit comments