added dev deploy
All checks were successful
Build and Deploy Website / Build Website (push) Has been skipped
Build and Deploy Website / Deploy Website (push) Has been skipped
Build and Deploy Website / Build Dev Website (push) Successful in 1m10s
Build and Deploy Website / Deploy Dev Website (push) Successful in 1m51s

This commit is contained in:
Samuel Philipp 2024-04-01 18:02:49 +02:00
parent 77e1ddafd8
commit a1b60ba2be
4 changed files with 46 additions and 4 deletions

View file

@ -8,7 +8,9 @@
"start": "eleventy --serve --watch",
"start:de": "LANGUAGE=de eleventy --serve --watch",
"build": "eleventy && npm run minify-css",
"build:de": "LANGUAGE=de eleventy && npm run minify-css"
"build:de": "LANGUAGE=de eleventy && npm run minify-css",
"build:dev": "BUILD=dev eleventy && npm run minify-css",
"build:dev:de": "BUILD=dev LANGUAGE=de eleventy && npm run minify-css"
},
"author": "samuel-p",
"repository": {
@ -25,7 +27,6 @@
"@node-minify/crass": "^8.0.6",
"@node-minify/html-minifier": "^8.0.6",
"@sardine/eleventy-plugin-tinyhtml": "^0.2.0",
"cpx": "^1.5.0",
"eleventy-plugin-rev": "^2.0.0",
"eleventy-sass": "^2.2.4",
"glob": "^10.3.12",