cSharp
Results
2
issues of
cSharp
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it My monorepo is structured like the following: ``` my-monorepo/ └── packages/ ├──...
defect
git
project panel
I have a package.json script that is: ``` "serve": "yarn run build && firebase emulators:start --only functions" ``` When I run `yarn run serve`, it works properly. But when I...