parent
f0194886f9
commit
4c29e29e86
@ -1,7 +1,7 @@ |
|||||||
#!/usr/bin/env bash |
#!/usr/bin/env bash |
||||||
|
|
||||||
set -e |
set -e |
||||||
yarn add ipfs-core |
|
||||||
HASH=$(sha1sum persist/plugin-$1.zip | cut -d " " -f 1) |
HASH=$(sha1sum persist/plugin-$1.zip | cut -d " " -f 1) |
||||||
npx ts-node apps/remix-ide/ci/publish_plugin.ts $1 $HASH alpha |
npx ts-node apps/remix-ide/ci/publish_plugin.ts $1 $HASH alpha |
||||||
|
|
||||||
|
Loading…
Reference in new issue