Skip to content

Commit

Permalink
Remove edgio commands
Browse files Browse the repository at this point in the history
  • Loading branch information
petrvecera committed Nov 22, 2024
1 parent 94abad0 commit ff6c23e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"npm": "please-use-yarn"
},
"scripts": {
"start": "edgio dev",
"dev": "edgio dev",
"build": "edgio build",
"start": "next dev",
"dev": "next dev",
"build": "next build",
"next:dev": "next dev",
"next:build": "next build",
"build:analyze": "ANALYZE=true yarn build",
Expand Down

0 comments on commit ff6c23e

Please sign in to comment.