Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 473 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 473 Bytes

cross-inpage-provider

# init monorepo
yarn
yarn bootstrap
yarn build

# watch and build
yarn clean && yarn bootstrap && yarn start

# watch and build `packages/injected`, then rsync local npm packages to app-monorepo
#   re-build `packages/injected` only, if you change others monorepo code, run `yarn build`
gulp watch

# run dapp example web
yarn example

# update all versions before publish
yarn update-version

# publish to npmjs.com
yarn publish-packages