Skip to content

Commit

Permalink
revert build command changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennievon committed Nov 29, 2023
1 parent d03daa1 commit 5df7b43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/obscuroscan_v3/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 80",
"dev": "next dev",
"build": "next build",
"start": "next start -p 80",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
Expand Down

0 comments on commit 5df7b43

Please sign in to comment.