Skip to content

Commit 7277020

Browse files
committed
Add test script
1 parent a7e4834 commit 7277020

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
@@ -16,7 +16,8 @@
1616
"remark-preset-wooorm": "^5.0.0"
1717
},
1818
"scripts": {
19-
"format": "remark . -qfo"
19+
"format": "remark . -qfo",
20+
"test": "npm run format"
2021
},
2122
"remarkConfig": {
2223
"plugins": [

0 commit comments

Comments
 (0)