We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 614d581 commit 87464e2Copy full SHA for 87464e2
vue/Makefile
@@ -29,11 +29,9 @@ tests:
29
30
build:
31
$(DOCKER_EXEC) yarn build --mode production
32
- $(DOCKER_EXEC) rsync -av --delete dist /var/services/django/static/
33
34
build-cron:
35
$(DOCKER_EXEC_CRON) yarn build --mode production
36
- $(DOCKER_EXEC_CRON) rsync -av --delete dist /var/services/django/static/
37
38
build-dev-watch:
39
$(DOCKER_EXEC) yarn build --mode development --watch
0 commit comments