From 99982bf6fda72ae65eeabde0571536a2043704dc Mon Sep 17 00:00:00 2001 From: Oliver Tacke Date: Tue, 6 Jun 2023 15:56:14 +0200 Subject: [PATCH] Fix scripts --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 305192e..2796144 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,8 @@ "scripts": { "test": "jest", "lint": "stylelint './src/**/*.scss' && eslint './src/**/*.js' && eslint './test/**/*.js'" , - "build": "cross-env NODE_ENV=production webpack", - "watch": "cross-env NODE_ENV=development webpack --watch" + "build": "webpack --mode=production", + "watch": "webpack --mode=development --watch" }, "repository": { "type": "git",