Commit 008d768
authored
feat: use branch as cache_prefix for install_node_modules during build (IN-3373) (#369)
## Description
**Root Issue**: getting an outdated version of node_modules during install_and_build
**Solution**: attempting to add the branch as the cache_prefix to further separate master from dev branches1 parent 7664ebd commit 008d768
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| 118 | + | |
118 | 119 | | |
119 | 120 | | |
120 | 121 | | |
| |||
0 commit comments