Skip to content

Commit

Permalink
test package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
yousefomar724 committed Jul 13, 2022
1 parent 54e4014 commit b4b7c4f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "node server.js",
"dev": "next dev",
"build": "next build",
"start": "NODE_ENV=production node server.js"
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@testing-library/jest-dom": "^5.16.4",
Expand Down

1 comment on commit b4b7c4f

@vercel
Copy link

@vercel vercel bot commented on b4b7c4f Jul 13, 2022

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.