Commit 9ac36f7
committed
fix: revert incorrect build.yml changes - Base Setup doesn't provide jlpm
The previous commit attempted to add a 'Install dependencies' step using jlpm,
but jlpm is not available after Base Setup alone. The correct fix requires
updating yarn.lock locally with the cspell dependency, which is blocked by
missing GITHUB_TOKEN in the development environment.
This commit reverts the incorrect build.yml changes. The spell-check job
still needs yarn.lock to be updated with the cspell@9.2.1 dependency.1 parent 7fc7649 commit 9ac36f7
1 file changed
+0
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | 183 | | |
189 | 184 | | |
0 commit comments