Skip to content
This repository was archived by the owner on Mar 10, 2023. It is now read-only.

Commit df4ea9c

Browse files
committed
Add all target to dashboard makefile
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent ead90a0 commit df4ea9c

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

dashboard/Makefile

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
.PHONY: build
1+
.PHONY: build-dist build push
22

3-
build:
3+
all:
4+
make build-dist build push
5+
6+
build-dist:
47
( docker run -v $(shell pwd):/dashboard node:12-alpine /bin/sh -c "cd dashboard/client && yarn && yarn build")
8+
9+
build:
10+
faas-cli build
11+
12+
push:
13+
faas-cli push

0 commit comments

Comments
 (0)