Skip to content

Commit 905e0d4

Browse files
committed
build: fix rome lint check to throw error
1 parent b426391 commit 905e0d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "commonjs",
77
"scripts": {
88
"format": "rome format . --indent-style space --write",
9-
"format:ci": "rome format . --indent-style space",
9+
"format:ci": "rome ci . --indent-style space",
1010
"test": "vitest",
1111
"test:watch": "vitest --watch",
1212
"coverage": "vitest run --coverage",

0 commit comments

Comments
 (0)