remix-project mirror
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
remix-project/apps/remix-ide/ci/publish_plugin.sh

8 lines
210 B

#!/usr/bin/env bash
set -e
HASH=$(sha1sum persist/plugin-$1.zip | cut -d " " -f 1)
npx ts-node apps/remix-ide/ci/publish_plugin.ts $1 $HASH alpha
git clone git@github.com:ethereum/remix-plugins-directory.git