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 b426391 commit 905e0d4Copy full SHA for 905e0d4
1 file changed
package.json
@@ -6,7 +6,7 @@
6
"type": "commonjs",
7
"scripts": {
8
"format": "rome format . --indent-style space --write",
9
- "format:ci": "rome format . --indent-style space",
+ "format:ci": "rome ci . --indent-style space",
10
"test": "vitest",
11
"test:watch": "vitest --watch",
12
"coverage": "vitest run --coverage",
0 commit comments