Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mcilurzo committed Jul 5, 2024
1 parent 7cd1e3c commit cf31e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"html-minify": "html-minifier --input-dir dist --output-dir dist --file-ext html --remove-comments --collapse-whitespace --conservative-collapse --minify-js false --minify-css true",
"prestart": "npm run copy:components && npm run bundle:lyne",
"start": "node --max-old-space-size=8000 ./node_modules/@11ty/eleventy/cmd.js --serve",
"build": "npm run copy:components && npm run bundle:lyne && BUILD_MODE=production node --max-old-space-size=8000 ./node_modules/@11ty/eleventy/cmd.js && npm run html-minify && gzipper compress ./dist",
"build": "npm run copy:components && npm run bundle:lyne && BUILD_MODE=production node --max-old-space-size=8000 ./node_modules/@11ty/eleventy/cmd.js && npm run html-minify && gzipper compress ./dist"

},
"author": "Manuel Cilurzo",
Expand Down

0 comments on commit cf31e4e

Please sign in to comment.