Skip to content

Commit 704f2fd

Browse files
committed
Format root config JS files
1 parent add6e55 commit 704f2fd

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
@@ -7,7 +7,7 @@
77
"clean": "rm -rf docs && mkdir -p docs/styles",
88
"dev": "npm run clean && postcss src/styles/global.css > docs/styles/global.css && eleventy --serve",
99
"build": "npm run clean && NODE_ENV=production postcss src/styles/global.css > docs/styles/global.css && eleventy",
10-
"format": "prettier --write src"
10+
"format": "prettier --write src ./*.js ./.*.js"
1111
},
1212
"keywords": [],
1313
"author": "",

0 commit comments

Comments
 (0)