mirror of
https://github.com/Theodor-Springmann-Stiftung/jacoblenz.git
synced 2025-10-29 01:05:33 +00:00
Windows Veröffentlichungsbefehl Korrektur
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"version": "1.0.0",
|
||||
"description": "Test project for 11ty",
|
||||
"scripts": {
|
||||
"prod_build": "$env:ELEVENTY_ENVIRONMENT=\"production\" && npx postcss src/static/css/site.css -o src/static/css/output.css --verbose && npx @11ty/eleventy",
|
||||
"prod_build": "npx postcss src/static/css/site.css -o src/static/css/output.css --verbose && set 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"
|
||||
|
||||
Reference in New Issue
Block a user