@dhis2/cli-app-scripts

v1.6.0-beta.2
Single-dependency build, start, and test scripts for the DHIS2 App Platform

build

yarn assets:prep && yarn assets:copy

assets:copy

copyfiles ../shell/* "../shell/**/*" assets/shell --exclude "../shell/**/node_modules/**" --exclude "../shell/**/.pnp/**" --exclude "../shell/**/.pnp.js"

assets:prep

rimraf assets && mkdir -p assets

assets:clean

cd assets/shell && rimraf node_modules .pnp.js .pnp adapter/node_modules adapter/.pnp.js adapter/.pnp

prepublishOnly

yarn build
npm i @dhis2/[email protected]

Metadata

Downloads