Skip to content

Commit 8645791

Browse files
authored
fix: run yarnlock to make working dir clean (#1426)
**Related Ticket:** https://github.com/NASA-IMPACT/veda-ui/actions/runs/13116400989/job/36591691753 ### Description of Changes Run yarn.lock to make working directory clean ### Notes I've seen release fail several times because workign dir is not clean (because yarn.lock is not up to date) - how can we avoid this in the future?
1 parent fd63eff commit 8645791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8843,7 +8843,7 @@ get-stream@^5.0.0, get-stream@^5.1.0:
88438843
dependencies:
88448844
pump "^3.0.0"
88458845

8846-
get-stream@^6.0.0, get-stream@^6.0.1:
8846+
get-stream@^6.0.0:
88478847
version "6.0.1"
88488848
resolved "http://verdaccio.ds.io:4873/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7"
88498849
integrity sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==

0 commit comments

Comments
 (0)