We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e28186 commit 2f08b98Copy full SHA for 2f08b98
1 file changed
package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"build": "npm run optimize-images && tailwindcss -i ./src/input.css -o ./dist/output.css --minify",
8
"optimize-images": "node optimize-images.js",
9
- "clean": "rmdir /s /q dist",,,
+ "clean": "rmdir /s /q dist",,,,
10
"prebuild": "npm run clean && npm run optimize-images && mkdir dist",
11
"postbuild": "xcopy /E /I /Y images dist\\images && copy *.html dist\\ && copy CNAME dist\\ && copy robots.txt dist\\ && copy sitemap.xml dist\\",
12
"start": "npm run build && npx serve dist",
0 commit comments