Skip to content

Commit 93244f7

Browse files
authored
Fix a typo in Makefile #5722
Fix a typo in Makefile
2 parents 62640ac + e543695 commit 93244f7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ authgearonce-start-portal:
2929
vendor:
3030
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/HEAD/install.sh | sh -s -- -b $$(go env GOPATH)/bin v2.11.3
3131
go mod download
32-
$(MAKE) build-frondend
32+
$(MAKE) build-frontend
3333

34-
.PHONY: build-frondend
35-
build-frondend:
34+
.PHONY: build-frontend
35+
build-frontend:
3636
npm --prefix ./scripts/npm ci
3737
npm --prefix ./authui ci
3838
npm --prefix ./portal ci

0 commit comments

Comments
 (0)