Skip to content

Commit

Permalink
Manual build
Browse files Browse the repository at this point in the history
  • Loading branch information
xtools-at committed Sep 9, 2024
1 parent e5e63d7 commit 060f072
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ yarn-error.log*
# Next.js
/.next
/out

# CI
.build
.release
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
"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"
"update": "yarn chainlist:update && yarn explorer",
"upload": "cd .ci; bash release.sh; cd ../; rm -r out; rm -r .build; rm -r .release"
},
"devDependencies": {
"@types/md5": "^2.3.1",
Expand Down

0 comments on commit 060f072

Please sign in to comment.