Actualiser package.json

This commit is contained in:
TheThomaas 2024-07-03 17:33:41 +00:00
parent 2a740210bd
commit 6c80fe10bb

View file

@ -5,7 +5,7 @@
"main": ".eleventy.js", "main": ".eleventy.js",
"scripts": { "scripts": {
"start": "npx gulp && concurrently \"npx gulp watch\" \"npx eleventy --serve\"", "start": "npx gulp && concurrently \"npx gulp watch\" \"npx eleventy --serve\"",
"production": "SET NODE_ENV=production npx gulp && SET NODE_ENV=production npx @11ty/eleventy" "production": "NODE_ENV=production npx gulp && NODE_ENV=production npx @11ty/eleventy"
}, },
"keywords": [], "keywords": [],
"author": "", "author": "",