Skip to content

Commit 974c72c

Browse files
committed
4184: Fixed commands in build release action
1 parent 72aa6b1 commit 974c72c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_release.yml

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

0 commit comments

Comments
 (0)