File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 4
4
5
5
-include local/Makefile
6
6
7
- .PHONY : all deps-go deps-js deps build-go build-server build-cli build-js build build-docker-dev build-docker-full lint-go gosec revive golangci-lint go-vet test-go test-js test run clean devenv devenv-down revive-alerting help
7
+ .PHONY : all deps-go deps-js deps build-go build-server build-cli build-js build build-docker-dev build-docker-full lint-go gosec revive golangci-lint go-vet test-go test-js test run run-frontend clean devenv devenv-down revive-alerting help
8
8
9
9
GO = GO111MODULE=on go
10
10
GO_FILES ?= ./pkg/...
@@ -52,6 +52,9 @@ scripts/go/bin/bra: scripts/go/go.mod
52
52
run : scripts/go/bin/bra # # Build and run web server on filesystem changes.
53
53
@GO111MODULE=on scripts/go/bin/bra run
54
54
55
+ run-frontend : deps-js # # Fetch js dependencies and watch frontend for rebuild
56
+ yarn start
57
+
55
58
# #@ Testing
56
59
57
60
test-go : # # Run tests for backend.
You can’t perform that action at this time.
0 commit comments