We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05754c7 commit 251c998Copy full SHA for 251c998
Makefile
@@ -78,7 +78,7 @@ docker_clean :
78
79
web/dist: $(WATCH_NPM_DICT)
80
@echo "================= npm build ================================================="
81
- @cd web ;npm install; npm run build:prod --report
+ @cd web && npm install && npm run build:prod --report
82
83
.PHONY : up
84
up: logo web/dist docker_build docker_clean docker_infrastructrue_up docker_app_run init
0 commit comments