Skip to content

Commit

Permalink
removed build script
Browse files Browse the repository at this point in the history
  • Loading branch information
sjohn198 committed Jun 5, 2024
1 parent d3eab07 commit 042bfdd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/express-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "npx nodemon backend.js",
"lint": "npx eslint .",
"start": "node backend.js",
"build": "react-scripts build"
"start": "node backend.js"
},
"author": "",
"license": "ISC",
Expand Down

0 comments on commit 042bfdd

Please sign in to comment.