@liveart/dapp-web-client

v2.11.1

lint

tsc --noEmit

build

cross-env NODE_ENV=production webpack --mode production --config-name loader && cross-env NODE_ENV=production webpack --mode production --config-name definer && yarn copy:public && yarn build:html

build:dev

webpack --mode development --config-name loader && webpack --mode development --config-name definer && yarn copy:public

build:html

cross-env NODE_ENV=production node build.js

copy:public

mkdir -p ../public/dapp-web-client/dist && cp -R dist ../public/dapp-web-client && cp -R dist ../../liveart.io/public/static-dapp

build:analyze

cross-env ANALYZE=true webpack --mode production --config-name definer

prepublishOnly

rm -rf ./dist && yarn workspace @liveart/nft-client build && yarn workspace @liveart/injectables build && yarn workspace @liveart/dapp-web-client build
npm i @liveart/[email protected]

Metadata

  • ISC
  • Whatever
  • Unknown
  • released 2/13/2023

Downloads