File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
key : go-mod-cache-{{ checksum "go.sum" }}
30
30
- run :
31
31
name : Build backend
32
- command : go build -o bin/backend ./...
32
+ command : go run build.go build
33
33
34
34
build-frontend :
35
35
executor : node-executor
48
48
key : yarn-cache-{{ checksum "yarn.lock" }}
49
49
- run :
50
50
name : Build frontend
51
- command : yarn build
51
+ command : yarn run build
52
52
53
53
workflows :
54
54
version : 2
Original file line number Diff line number Diff line change 6
6
"version" : " 11.3.0-pre" ,
7
7
"repository" : " github:grafana/grafana" ,
8
8
"scripts" : {
9
- "build" : " NODE_ENV=dev nx exec --verbose -- webpack --config scripts/webpack/webpack.dev.js" ,
9
+ "build" : " NODE_ENV=dev NODE_OPTIONS=--max_old_space_size=4096 nx exec --verbose -- webpack --config scripts/webpack/webpack.dev.js" ,
10
10
"build:nominify" : " yarn run build -- --env noMinify=1" ,
11
11
"dev" : " NODE_ENV=dev nx exec -- webpack --config scripts/webpack/webpack.dev.js" ,
12
12
"e2e" : " ./e2e/start-and-run-suite" ,
You can’t perform that action at this time.
0 commit comments