Vorebereitungen zur Veröffentlichung I

This commit is contained in:
Simon Martens
2023-03-21 16:23:03 +01:00
parent b297ceb8e7
commit f7c86cb902
3 changed files with 10 additions and 3 deletions

View File

@@ -3,7 +3,8 @@
"version": "1.0.0",
"description": "Test project for 11ty",
"scripts": {
"build": "(npx postcss src/static/css/site.css -o src/static/css/output.css; npx @11ty/eleventy)",
"prod_build": "npx postcss src/static/css/site.css -o src/static/css/output.css --verbose && ELEVENTY_ENVIRONMENT=production npx @11ty/eleventy",
"build": "npx postcss src/static/css/site.css -o src/static/css/output.css && npx @11ty/eleventy",
"watch": "npx @11ty/eleventy --serve",
"css_watch": "npx postcss src/static/css/site.css -o src/static/css/output.css -w --verbose"
},