Skip to content

Commit 251c998

Browse files
author
panjunjie
committed
build npm
1 parent 05754c7 commit 251c998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ docker_clean :
7878

7979
web/dist: $(WATCH_NPM_DICT)
8080
@echo "================= npm build ================================================="
81-
@cd web ;npm install; npm run build:prod --report
81+
@cd web && npm install && npm run build:prod --report
8282

8383
.PHONY : up
8484
up: logo web/dist docker_build docker_clean docker_infrastructrue_up docker_app_run init

0 commit comments

Comments
 (0)