eos-transit

v0.0.12
Wallet Access Layer for EOS Blockchain Networks

echo

echo "================== eos-transit ==================="

installpkg

yarn echo && npm install

clean

rm -rf lib && rm -rf umd

prebuild

yarn clean

build

../../node_modules/typescript/bin/tsc

build-eosjs-bundle

TS_NODE_PROJECT="tsconfig.webpack.json" webpack --config webpack.config.eosjs.ts

build-production

yarn build && TS_NODE_PROJECT="tsconfig.webpack.json" webpack && yarn build-eosjs-bundle

watch

../../node_modules/typescript/bin/tsc -w

test

lint

../../node_modules/.bin/tslint -c ../../tslint.json -p ./tsconfig.json

Metadata

Downloads

Maintainers