aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json
index 525fdd4..1159828 100644
--- a/package.json
+++ b/package.json
@@ -16,8 +16,7 @@
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
- "format": "prettier --write \"**/*.{ts,tsx,md}\"",
- "ci:format": "prettier --check \"**/*.{ts,tsx,md}\"",
+ "format": "turbo format && prettier --write \"**/*.md\"",
"lint": "turbo lint",
"test": "turbo test",
"publish-packages": "turbo build && bash ./contrib/tag-repo && changeset publish",