dillon1000/react
Commit
Browse files Fix `yarn dev` to run tsc watch mode
The `--watch` argument forwarding wasn't working anymore because `yarn build` doesn't have the `tsc` command at the end anymore. There's maybe something that can be done to forward the watch argument, just call `tsc --watch` directly.
Changed paths1 file
First-parent comparisoncompiler/forget/package.json ModifiedPatch
Files changed
Rendering syntax-highlighted changes…