Skip to content

Commit c48732d

Browse files
fix: fix format script
1 parent 9d59fc6 commit c48732d

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
@@ -6,7 +6,7 @@
66
"browser": "./dist/browser.js",
77
"scripts": {
88
"lint": "eslint --fix './lib/**/*.ts'",
9-
"format": "prettier --write **/**.ts",
9+
"format": "prettier --write './lib/**/**.ts'",
1010
"test:dev": "jest --selectProjects node dom --watch",
1111
"test:dev:coverage": "jest --selectProjects node dom --watch --coverage",
1212
"test:unit": "jest --selectProjects node dom",

0 commit comments

Comments
 (0)