Skip to content

Commit 0356827

Browse files
committed
Remove --all from format
1 parent d562d79 commit 0356827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"scripts": {
3030
"test": "node tests/index.js",
3131
"build": "rescript --dev",
32-
"format": "rescript format --all && prettier --write ./tests/index.js ./package.json ./docs/pages",
32+
"format": "rescript format && prettier --write ./tests/index.js ./package.json ./docs/pages",
3333
"docs": "astro dev",
3434
"prebuild:docs": "node docs/llm.js",
3535
"build:docs": "astro build"

0 commit comments

Comments
 (0)