Skip to content

Commit

Permalink
add test yarn command
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-van-woerkens committed Aug 3, 2023
1 parent dc3dbff commit b9ec84c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"test": "echo 'no tests'"
},
"dependencies": {
"@types/node": "20.4.5",
Expand Down

0 comments on commit b9ec84c

Please sign in to comment.