Skip to content

Commit 87464e2

Browse files
committed
rsync is not needed here, already in top Makefile
1 parent 614d581 commit 87464e2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

vue/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,9 @@ tests:
2929

3030
build:
3131
$(DOCKER_EXEC) yarn build --mode production
32-
$(DOCKER_EXEC) rsync -av --delete dist /var/services/django/static/
3332

3433
build-cron:
3534
$(DOCKER_EXEC_CRON) yarn build --mode production
36-
$(DOCKER_EXEC_CRON) rsync -av --delete dist /var/services/django/static/
3735

3836
build-dev-watch:
3937
$(DOCKER_EXEC) yarn build --mode development --watch

0 commit comments

Comments
 (0)