Skip to content

Commit 51c8adb

Browse files
committed
Add formatting to test script
1 parent e216d41 commit 51c8adb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"remark-preset-wooorm": "^4.0.0"
1919
},
2020
"scripts": {
21-
"format": "remark . -qfo"
21+
"format": "remark . -qfo",
22+
"test": "npm run format"
2223
},
2324
"remarkConfig": {
2425
"plugins": [

0 commit comments

Comments
 (0)