diff --git a/package.json b/package.json index 6c7b5bc..8ce34a6 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,8 @@ "test": "jest --passWithNoTests --coverage", "lint": "prettier --check . && eslint .", "lint:fix": "prettier --write . && eslint . --fix", - "build": "webpack --mode=production", - "start": "webpack serve --open --mode=development" + "build": "webpack --mode production", + "start": "webpack serve --open --mode development" }, "repository": { "type": "git",