Commit 39bb821
authored
fix(builtin): strip leading v prefix from stamp (#1591)
Some repos like bazelisk use a --workspace_status_command that returns tags from the repo, and their tagging scheme starts with a v prefix. We should strip that before turning it into an npm version number, which should always be numeric.1 parent ee04987 commit 39bb821
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
0 commit comments