diff --git a/.gitignore b/.gitignore index 61bbbf795..9ef699f30 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,7 @@ yarn-error.log* # Next.js /.next /out + +# CI +.build +.release diff --git a/package.json b/package.json index 84438a2ea..2c9bf4a47 100644 --- a/package.json +++ b/package.json @@ -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",