Skip to content

Commit 5133a5b

Browse files
committed
Add test script
1 parent bb86b99 commit 5133a5b

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

0 commit comments

Comments
 (0)