pull/5370/head
filip mertens 2 years ago
parent 1455ed71b8
commit b2714b1f74
  1. 1
      apps/remix-ide/ci/publish_plugin.sh

@ -1,6 +1,7 @@
#!/usr/bin/env bash
set -e
yarn add ipfs-core
HASH=$(sha1sum persist/plugin-$1.zip | cut -d " " -f 1)
npx ts-node apps/remix-ide/ci/publish_plugin.ts $1 $HASH alpha

Loading…
Cancel
Save