Skip to content

Commit

Permalink
Format markdown files
Browse files Browse the repository at this point in the history
  • Loading branch information
jihchi committed Apr 8, 2024
1 parent b147ef8 commit 5eb6175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"author": "jihchi",
"main": "src/index.js",
"scripts": {
"format": "prettier --with-node-modules --write \"{src,test}/**/*.{mjs,js,html}\" \"*.{js,cjs,mjs}\"",
"format": "prettier --with-node-modules --write \"{src,test}/**/*.{mjs,js,html}\" \"*.{js,cjs,mjs,md}\"",
"start": "node src/index.js",
"test": "jest",
"test:watch": "pnpm test --watch"
Expand Down

0 comments on commit 5eb6175

Please sign in to comment.