Skip to content

Commit b9970f9

Browse files
committed
Pass production var to frontend task
1 parent 65263da commit b9970f9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

v3/internal/commands/build_assets/darwin/Taskfile.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ tasks:
1212
vars:
1313
BUILD_FLAGS:
1414
ref: .BUILD_FLAGS
15+
PRODUCTION:
16+
ref: .PRODUCTION
1517
- task: common:generate:icons
1618
cmds:
1719
- go build {{.BUILD_FLAGS}} -o {{.OUTPUT}}

v3/internal/commands/build_assets/linux/Taskfile.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ tasks:
1212
vars:
1313
BUILD_FLAGS:
1414
ref: .BUILD_FLAGS
15+
PRODUCTION:
16+
ref: .PRODUCTION
1517
- task: common:generate:icons
1618
cmds:
1719
- go build {{.BUILD_FLAGS}} -o {{.BIN_DIR}}/{{.APP_NAME}}

0 commit comments

Comments
 (0)