We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 518ec41 commit d0f1c6eCopy full SHA for d0f1c6e
Makefile
@@ -99,7 +99,7 @@ ifdef VERBOSE
99
endif
100
101
SOURCES := $(shell find $(SRCDIR) -name '*.go' -not -path './test/*')
102
-DASHBOARDSOURCES := $(shell find $(DASHBOARDDIR)/src -name '*.js' -not -path './test/*')
+DASHBOARDSOURCES := $(shell find $(DASHBOARDDIR)/src -name '*.js' -not -path './test/*') $(DASHBOARDDIR)/package.json
103
104
.PHONY: all
105
all: verify-generated build
dashboard/assets.go
dashboard/package.json
@@ -16,6 +16,7 @@
16
"devDependencies": {
17
"react-scripts": "^2.1.1"
18
},
19
+ "browserslist":"",
20
"proxy": "https://192.168.140.212:8528",
21
"scripts": {
22
"start": "react-scripts start",
0 commit comments