Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

Commit

Permalink
fix #65 (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
KrishnaPravin committed Mar 25, 2020
1 parent fe063a3 commit d298e3b
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 @@ -46,7 +46,7 @@
},
"scripts": {
"start": "PORT=3001 react-scripts start css-watch",
"build": "react-scripts build",
"build": "react-scripts build && cp build/index.html build/404.html",
"test": "react-scripts test",
"eject": "react-scripts eject",
"css-build": "node-sass --omit-source-map-url sass/custom.scss src/App.css",
Expand Down

1 comment on commit d298e3b

@vercel
Copy link

@vercel vercel bot commented on d298e3b Mar 25, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.