Skip to content

Commit 8e1a06a

Browse files
committed
fix
1 parent 1729c00 commit 8e1a06a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.circleci/src/jobs/test-init-empty-windows.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,16 @@ steps:
1717
command: |
1818
choco install nodejs-lts --version=22.11.0 -y
1919
corepack enable
20+
- run:
21+
name: Install code dependencies
22+
shell: bash.exe
23+
working_directory: code
24+
command: yarn install
25+
- run:
26+
name: Install script dependencies
27+
shell: bash.exe
28+
working_directory: scripts
29+
command: yarn install
2030
- when:
2131
condition:
2232
equal: ['npm', << parameters.packageManager >>]

0 commit comments

Comments
 (0)