We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
package.json
1 parent 404afbd commit 1fdfc52Copy full SHA for 1fdfc52
package.json
@@ -9,7 +9,7 @@
9
"sass:compressed": "sass --no-source-map --style=compressed src/assets/scss:public/css/",
10
"postcss": "postcss public/css/*.css --use postcss-import autoprefixer postcss-nested --no-map --dir public/css",
11
"minify:js": "node bin/minify.js",
12
- "prettify:html": "prettier --write public/**/*.html --ignore-path .prettierignore",
+ "prettify:html": "prettier --write public/*.html --ignore-path .prettierignore",
13
"watch": "npm-run-all --parallel watch:*",
14
"watch:eleventy": "eleventy --serve",
15
"watch:sass": "npm run sass:compressed -- --watch",
0 commit comments