diff --git a/package.json b/package.json index 3991d85..b890321 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "scripts": { "start": "SERVE=true webpack serve", "watch": "webpack --watch", - "build": "NODE_ENV=production webpack", + "build": "NODE_ENV=production webpack && cp ./src/404.html ./dist/404.html", "build-dev": "webpack", "lint": "eslint ./src/index.js ./src/components/**/*.js", "lint:fix": "eslint --fix ./src/index.js ./src/components/**/*.js",