Skip to content

Commit

Permalink
Create temporary test script
Browse files Browse the repository at this point in the history
  • Loading branch information
Advayp committed Jan 15, 2025
1 parent 3005c08 commit b272a38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"test": "echo Testing"
},
"dependencies": {
"react": "^19.0.0",
Expand Down

0 comments on commit b272a38

Please sign in to comment.