Attempt to use lerna to watch (build) all packages
Repository details (talkie)
- Project page
- talkie
- Project log category
- talkie (708 entries)
- Repository
- @joelpurra/talkie
- Owner
- @joelpurra
- Issues
- Issues on Github
- Contributors
- Contributors on Github
- Project status
- ⏲️ This project has had recent commits.
- 📂 This project is open.
- 🌠 This project is popular.
- Repository activity period
- 🗓—
- Commits
- 751 commits
- Stars
- 71 stars
Commit details (cae90258)
- Author
- Joel Purra
- Authored at
- Committer
- Joel Purra
- Committed at
Commit message
Attempt to use lerna to watch (build) all packages
- Does not work as expected, since
./dist/
for each package triggers the watcher.
- Triggers when running browsers during debugging via
./dist/profiles/
.- Triggers when manually building packages.
- The project-level
watch
script is disabled, but the debugging commands are kept.- Can possibly be re-enabled when
./dist/
can be ignored.
Raw text
Attempt to use lerna to watch (build) all packages - Does not work as expected, since `./dist/` for each package triggers the watcher. - Triggers when running browsers during debugging via `./dist/profiles/`. - Triggers when manually building packages. - The project-level `watch` script is disabled, but the debugging commands are kept. - Can possibly be re-enabled when `./dist/` can be ignored.