You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Clean cache
yarn clean && yarn bootstrap
# Start watch and build all packages
yarn start
# check and configure .env file# if not exist, copy .env.example to .env# if exist, check and update APP_MONOREPO_LOCAL_PATH
APP_MONOREPO_LOCAL_PATH=/path/to/your/app-monorepo
# 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`# open new terminal
yarn gulp-watch