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.
1 parent 53a2eae commit a2ff833Copy full SHA for a2ff833
package.json
@@ -25,7 +25,7 @@
25
"build:all": "nx run-many --target=build --exclude=examples/** --exclude=integrations/**",
26
"watch": "pnpm run build:all && nx watch --all -- pnpm run build:all",
27
"dev": "pnpm run watch",
28
- "prettier": "prettier --ignore-unknown '**/*'",
+ "prettier": "prettier --experimental-cli --ignore-unknown '**/*'",
29
"prettier:write": "pnpm run prettier --write",
30
"docs:generate": "node scripts/generateDocs.ts",
31
"cipublish": "node scripts/publish.ts",
0 commit comments