Skip to content

Commit cd79dca

Browse files
committed
Remove the install as json should be installed when installing the standalone release
1 parent 23d6bc1 commit cd79dca

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -282,9 +282,6 @@ jobs:
282282
- name: Decompress npm package
283283
run: tar -xzf package.tar.gz
284284

285-
- name: Install
286-
run: yarn
287-
288285
# NOTE: && here is deliberate - GitHub puts each line in its own `.sh`
289286
# file when running inside a docker container.
290287
- name: Build standalone release

0 commit comments

Comments
 (0)