Skip to content

Commit 132e2a6

Browse files
committed
Update format script
1 parent eccf570 commit 132e2a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"dev": "npm run _esbuild -- --watch",
2323
"test": "jest",
2424
"prepublishOnly": "npm run build && npm test && node scripts/copy-licenses.js",
25-
"format": "prettier \"src/**/*.js\" \"tests/test.js\" --write --print-width 80 --single-quote --no-semi --plugin-search-dir ./tests"
25+
"format": "prettier \"src/**/*.js\" \"scripts/**/*.js\" \"tests/test.js\" --write --print-width 80 --single-quote --no-semi --plugin-search-dir ./tests"
2626
},
2727
"devDependencies": {
2828
"@tailwindcss/line-clamp": "^0.3.0",

0 commit comments

Comments
 (0)