Skip to content

Commit

Permalink
fix: github build
Browse files Browse the repository at this point in the history
  • Loading branch information
xtools-at committed Oct 26, 2023
1 parent cb8bfa7 commit 288ef84
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,11 @@
"use-immer": "^0.6.0"
},
"scripts": {
"dev": "yarn prebuild && (local-ssl-proxy --source 3443 --target 3000) & next",
"dev": "yarn chainlist && (local-ssl-proxy --source 3443 --target 3000) & next",
"build": "next build && next export",
"start": "next start",
"prebuild": "yarn chainlist",
"chainlist": "node scripts/buildChainList",
"chainlist:update": "git submodule update --init --remote && yarn prebuild",
"chainlist:update": "git submodule update --init --remote && yarn chainlist",
"explorer:update": "node scripts/getExplorerInfo"
},
"devDependencies": {
Expand Down

0 comments on commit 288ef84

Please sign in to comment.