Skip to content

Commit

Permalink
trying
Browse files Browse the repository at this point in the history
  • Loading branch information
anaspacheco committed Dec 6, 2023
1 parent b853b39 commit 5f21e48
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions back-end/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"description": "NYU Shuttle Backend",
"main": "server.js",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject",
"test": "mocha --timeout 5000",
"coverage": "nyc --reporter=html --reporter=text --reporter=lcov --reporter=clover mocha --timeout 10000 --exit",
"coveralls": "nyc report --reporter=text-lcov | coveralls"
Expand Down

0 comments on commit 5f21e48

Please sign in to comment.