diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 18070fa..e05e7ce 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "test": "jest", "test:coverage": "jest --coverage", "build": "webpack --config webpack.config.js", - "start": "webpack serve --config webpack.config.js", + "start": "webpack serve --config webpack.config.js --mode development", "lint": "eslint webAO --ext .js", "lint:fix": "npm run lint -- --fix", "prepare": "husky install" |
