From 59c2822f631dfed2bcf508902717d1b90a42ef70 Mon Sep 17 00:00:00 2001 From: TheThomaas Date: Wed, 3 Jul 2024 17:33:23 +0000 Subject: [PATCH] Actualiser package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f670b6c..371e4a3 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": ".eleventy.js", "scripts": { "develop": "npx eleventy --serve", - "build": "SET NODE_ENV=production npx @11ty/eleventy" + "build": "NODE_ENV=production npx @11ty/eleventy" }, "keywords": [], "author": "",