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

10 lines
269 B

#!/usr/bin/env bash
set -e
HASH=$(sha1sum persist/plugin-$1.zip | cut -d " " -f 1)
# unzip persist/plugin-$1.zip
# 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