Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
QuiteAFancyEmerald committed Jul 8, 2024
1 parent 43a78f9 commit db70bf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"main": "backend.js",
"scripts": {
"start": "node backend.js",
"build": "echo 'Building project...' && exit 0",
"test": "echo \"Error: no test specified\" && exit 1"
"build": "echo 'Building project...' && node backend.js && exit 0",
"test": "echo 'Testing project...' && exit 1"
},
"keywords": [
"proxy",
Expand Down

0 comments on commit db70bf0

Please sign in to comment.