Skip to content

Commit 6b2e329

Browse files
committed
4184: Fixed commands in build release action - II
1 parent 974c72c commit 6b2e329

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
3030
- name: Build theme
3131
run: |
32-
docker compose run --rm node yarn install
33-
docker compose run --rm node yarn build
32+
docker compose run node yarn install
33+
docker compose run node yarn build
3434
docker compose run --rm node rm -rf node_modules
3535
3636
- name: Make assets dir

0 commit comments

Comments
 (0)