Skip to content

Commit

Permalink
fix: github build vs. fs
Browse files Browse the repository at this point in the history
  • Loading branch information
xtools-at committed Oct 25, 2023
1 parent c45c9ce commit d8bc767
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 @@ -37,7 +37,7 @@
},
"scripts": {
"dev": "yarn chainlist:build && (local-ssl-proxy --source 3443 --target 3000) & next",
"build": "yarn chainlist:build && next build && next export",
"build": "next build && next export",
"start": "next start",
"chainlist:build": "node scripts/buildChainList",
"chainlist:update": "git submodule update --init --remote --recursive && yarn chainlist:build"
Expand Down

0 comments on commit d8bc767

Please sign in to comment.