Skip to content

Commit

Permalink
fix: ci failed
Browse files Browse the repository at this point in the history
  • Loading branch information
wangkailang committed Oct 7, 2023
1 parent f1ff3ec commit bdbac2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ install: install-local

.PHONY: install-local
install-local: ## install all dependencies with local programming language environment
pnpm install && pnpm run build:dst:pre
pnpm install --no-frozen-lockfile && pnpm run build:dst:pre
cd backend-server && ./gradlew build -x test --stacktrace

.PHONY: install-docker
Expand Down

0 comments on commit bdbac2f

Please sign in to comment.