Skip to content

Commit 1fdfc52

Browse files
committed
change: package.json — wildcard file for *.html
1 parent 404afbd commit 1fdfc52

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
@@ -9,7 +9,7 @@
99
"sass:compressed": "sass --no-source-map --style=compressed src/assets/scss:public/css/",
1010
"postcss": "postcss public/css/*.css --use postcss-import autoprefixer postcss-nested --no-map --dir public/css",
1111
"minify:js": "node bin/minify.js",
12-
"prettify:html": "prettier --write public/**/*.html --ignore-path .prettierignore",
12+
"prettify:html": "prettier --write public/*.html --ignore-path .prettierignore",
1313
"watch": "npm-run-all --parallel watch:*",
1414
"watch:eleventy": "eleventy --serve",
1515
"watch:sass": "npm run sass:compressed -- --watch",

0 commit comments

Comments
 (0)