|
|
|
@ -4,7 +4,7 @@ set -e |
|
|
|
|
|
|
|
|
|
HASH=$(sha1sum persist/plugin-$1.zip | cut -d " " -f 1) |
|
|
|
|
unzip persist/plugin-$1.zip |
|
|
|
|
ls -la dist/ |
|
|
|
|
ls -la dist/apps/plugin-$1 |
|
|
|
|
npx ts-node apps/remix-ide/ci/publish_plugin.ts $1 $HASH alpha |
|
|
|
|
|
|
|
|
|
git clone git@github.com:ethereum/remix-plugins-directory.git |