Skip to content

Commit

Permalink
fix: build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xtools-at committed Sep 9, 2024
1 parent de8a616 commit 1c79b2f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: build
path: ./.build
path: .build
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,12 @@
"use-immer": "^0.6.0"
},
"scripts": {
"postinstall": "git submodule update --init --remote",
"dev": "yarn chainlist && (local-ssl-proxy --source 3443 --target 3000) & next",
"dev": "yarn chainlist:build && (local-ssl-proxy --source 3443 --target 3000) & next",
"build": "next build && next export",
"start": "next start",
"chainlist": "node scripts/buildChainList",
"chainlist:update": "git submodule update --remote; cd config/chainlist; git pull origin master; cd ../../; yarn chainlist",
"explorer": "node scripts/getExplorerInfo && yarn chainlist",
"chainlist:build": "node scripts/buildChainList",
"chainlist:update": "git submodule update --init --remote; cd config/chainlist; git pull origin master; cd ../../; yarn chainlist:build",
"explorer": "node scripts/getExplorerInfo && yarn chainlist:build",
"update": "yarn chainlist:update && yarn explorer"
},
"devDependencies": {
Expand Down

0 comments on commit 1c79b2f

Please sign in to comment.