Commit 41bfab8
authored
test: don't reset workspace when running E2E tests (#7122)
The E2E test script unexpectedly runs a `git checkout .` on the CLI
repository. If you run it locally and have any uncommitted changes,
oops! It just discarded your work.
#7119 removes the
`package.json#scripts` pre-publish mangling that we used to do, which
is ostensibly why we needed this in the first place.1 parent 075819b commit 41bfab8
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
138 | | - | |
139 | 137 | | |
140 | 138 | | |
141 | 139 | | |
| |||
0 commit comments