Skip to content

Commit 8528bd6

Browse files
committed
chore: Fix package.json formatting
1 parent 6d655d2 commit 8528bd6

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
@@ -11,7 +11,7 @@
1111
"test:unit:monorepo": "cd tests/unit && kcd-scripts test --no-watch --config=../../jest.config.js",
1212
"test:testcafe": "testcafe --skip-js-errors",
1313
"format": "prettier . --write",
14-
"format:check":"prettier . --check",
14+
"format:check": "prettier . --check",
1515
"validate": "kcd-scripts validate format:check,lint,test:unit:monorepo",
1616
"test": "npm-run-all --parallel test:unit test:unit:monorepo test:testcafe"
1717
},

0 commit comments

Comments
 (0)