https://github.com/jchavarri/bsb-smallest-monorepo-example
A very small monorepo with BuckleScript for testing purposes
https://github.com/jchavarri/bsb-smallest-monorepo-example
Last synced: 3 months ago
JSON representation
A very small monorepo with BuckleScript for testing purposes
- Host: GitHub
- URL: https://github.com/jchavarri/bsb-smallest-monorepo-example
- Owner: jchavarri
- Created: 2020-01-22T08:55:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-29T10:37:52.000Z (over 4 years ago)
- Last Synced: 2025-02-10T05:26:11.285Z (5 months ago)
- Language: C++
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BuckleScript smallest monorepo example
A small example to show a Yarn workspaces / monorepo setup with BuckleScript.
# Build
```
cd app
yarn build
```# Watch
```
cd app
yarn start
```# Reproduce watching issues
While the watcher is running in `app` (see section above) update file `my-lib/src/MyLib.re` and notice how the bsb watcher does not pick up changes.