We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 62640ac + e543695 commit 93244f7Copy full SHA for 93244f7
1 file changed
Makefile
@@ -29,10 +29,10 @@ authgearonce-start-portal:
29
vendor:
30
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/HEAD/install.sh | sh -s -- -b $$(go env GOPATH)/bin v2.11.3
31
go mod download
32
- $(MAKE) build-frondend
+ $(MAKE) build-frontend
33
34
-.PHONY: build-frondend
35
-build-frondend:
+.PHONY: build-frontend
+build-frontend:
36
npm --prefix ./scripts/npm ci
37
npm --prefix ./authui ci
38
npm --prefix ./portal ci
0 commit comments