Skip to content

Commit

Permalink
don't build unnecessarily
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahZinsmeister committed Feb 28, 2022
1 parent f27377f commit c9d57be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/example-next/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# example
# example-next

This is an example app built with [Next.js](https://nextjs.org/) that showcases some basic web3-react usage patterns.
4 changes: 1 addition & 3 deletions packages/example-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
"private": true,
"name": "example-next",
"scripts": {
"start": "next dev",
"build": "next build",
"export": "next export"
"start": "next dev"
},
"dependencies": {
"@ethersproject/bignumber": "^5.4.2",
Expand Down

0 comments on commit c9d57be

Please sign in to comment.