Skip to content

Commit 3d144f7

Browse files
hotfix: fix prettier:fix script to pass --write argument
Signed-off-by: Brian Muenzenmeyer <[email protected]>
1 parent 32fd063 commit 3d144f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"lint": "turbo run lint",
3131
"lint:fix": "turbo run lint --force",
3232
"prettier": "prettier \"**/*.{js,mjs,ts,tsx,md,mdx,json,yml,css}\" --check --cache --cache-strategy=content --cache-location=.prettiercache",
33-
"prettier:fix": "npm run prettier --write",
33+
"prettier:fix": "npm run prettier -- --write",
3434
"format": "npm run lint:fix && npm run prettier:fix",
3535
"test": "turbo test:unit",
3636
"prepare": "husky"

0 commit comments

Comments
 (0)