Skip to content

Commit

Permalink
fix: upload command
Browse files Browse the repository at this point in the history
  • Loading branch information
xtools-at committed Sep 9, 2024
1 parent 4d0d9e7 commit 59b76bb
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 @@ -43,7 +43,7 @@
"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",
"upload": "cd .ci; bash release.sh; rm -rf .yarn; rm -rf node_modules; cd ../; rm -r out; rm -r .build; rm -r .release"
"upload": "bash .ci/release.sh; rm -rf .ci/.yarn; rm .ci/-rf node_modules; rm -r out; rm -r .build; rm -r .release"
},
"devDependencies": {
"@types/md5": "^2.3.1",
Expand Down

0 comments on commit 59b76bb

Please sign in to comment.