Skip to content

Commit

Permalink
copy 404.html file into build/dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
suejinkim20 committed Jul 18, 2024
1 parent d97ab8e commit 9bce2ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9bce2ee

Please sign in to comment.