Skip to content

Commit bb7e6b7

Browse files
authored
fix: format (#857)
1 parent 5fdd8d5 commit bb7e6b7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
"swizzle": "docusaurus swizzle",
1313
"serve": "docusaurus serve",
1414
"test": "playwright test",
15-
"test:unit": "jest tests/jest --maxConcurrency=8 --bail 1"
15+
"test:unit": "jest tests/jest --maxConcurrency=8 --bail 1",
16+
"format": "exit 0",
17+
"format:check": "exit 0"
1618
},
1719
"dependencies": {
1820
"ory-prettier-styles": "1.2.0",

0 commit comments

Comments
 (0)