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
Describe the bug
yarn build --since with commit hash or number of commits are not working
Also, it shouldn't build the dependencies. Instead it should do other way round (Let's say if package file got changed, then we should build whoever(apps) using the package
To Reproduce
Steps to reproduce the behavior:
yarn build --since |
yarn build --since 2
[ Summary ]---------------------------------------------------------------------
Success: 0
Fail: 0
Skipped: 0
Up to date: 0
Total: 0
cmark1302
changed the title
yarn build --since <commithash>|<numberof commits> not building anything
yarn build --since <commithash>|<numberof commits> not building anything.
Aug 4, 2022
Do you think it would be valuable for you also to be able to do something like yarn build --diff $ where the result is just passed to git diff directly?
I'm also working on a cleaner and better tested approach to determining what to build, that is working to address this.
Describe the bug
yarn build --since with commit hash or number of commits are not working
Also, it shouldn't build the dependencies. Instead it should do other way round (Let's say if package file got changed, then we should build whoever(apps) using the package
To Reproduce
Steps to reproduce the behavior:
yarn build --since |
yarn build --since 2
[ Summary ]---------------------------------------------------------------------
Success: 0
Fail: 0
Skipped: 0
Up to date: 0
Total: 0
Runtime (wall): 0.01s
[ build finished ]--------------------------------------------------------------
➤ YN0000: Done in 0s 12ms
Expected behavior
build should happen
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: