Skip to content

Commit

Permalink
fix: submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
xtools-at committed Oct 25, 2023
1 parent d8bc767 commit ae9cffd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/chainlist
Submodule chainlist added at 6c43dd
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"build": "next build && next export",
"start": "next start",
"chainlist:build": "node scripts/buildChainList",
"chainlist:update": "git submodule update --init --remote --recursive && yarn chainlist:build"
"chainlist:update": "git submodule update --init --remote && yarn chainlist:build"
},
"devDependencies": {
"@types/md5": "^2.3.1",
Expand Down

0 comments on commit ae9cffd

Please sign in to comment.