@ibmblockchain/composer-playground

v0.16.2
Browser app for defining and testing IBM Blockchain Business Networks
blockchain hyperledger solutions

test

echo "Error: no test specified" && exit 1

cpibmsrc

npm run cpassets && npm run cpconfig && npm run cpwelcome

cpassets

ncp ./src/assets ./node_modules/composer-playground/src/assets --stopOnErr

cpconfig

ncp ./src/config/config.json ./node_modules/composer-playground/src/config/config.json --stopOnErr

cpwelcome

ncp ./src/app/welcome/welcome.component.html ./node_modules/composer-playground/src/app/welcome/welcome.component.html --stopOnErr

mkdist

npm run clean && npm run cpdist && npm run cpcli

clean

rimraf ./cli.js ./dist

cpdist

ncp ./node_modules/composer-playground/dist ./dist --stopOnErr

cpcli

ncp ./node_modules/composer-playground/cli.js ./cli.js --stopOnErr

composer-playground:backup

rimraf ./node_modules/composer-playground-bak && ncp ./node_modules/composer-playground ./node_modules/composer-playground-bak --stopOnErr

composer-playground:restore

rimraf ./node_modules/composer-playground && ncp ./node_modules/composer-playground-bak ./node_modules/composer-playground --stopOnErr && rimraf ./node_modules/composer-playground-bak

composer-playground:build

npm explore composer-playground -- npm run build:prod

precpibmsrc

npm run composer-playground:backup

prepare

npm run cpibmsrc && npm run composer-playground:build && npm run mkdist

postmkdist

npm run composer-playground:restore
npm i @ibmblockchain/composer-playground

Metadata

Downloads

Maintainers