Skip to content

Commit

Permalink
Merge pull request #13 from snurfer0/chore/deployment
Browse files Browse the repository at this point in the history
fix: start command
  • Loading branch information
snurfer0 authored Dec 9, 2023
2 parents e439db2 + 6624478 commit 083d04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"app:typechain:generate": "npx typechain --target ethers-v6 --out-dir src/types/typechain-dir-out/app 'src/truffle/build/*.json'",
"next:dev": "next dev",
"next:build": "next build",
"start": "next start",
"start": "next start -H 0.0.0.0 -p 3000",
"build": "truffle compile && npm run smart-contracts:typechain:generate && npm run app:typechain:generate && npm run next:build"
},
"dependencies": {
Expand Down

0 comments on commit 083d04d

Please sign in to comment.