Skip to content

Commit 173755f

Browse files
authored
feat(clp-package): Write version string to VERSION in the pacakge. (#1334)
1 parent 761ec12 commit 173755f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

taskfile.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ tasks:
167167
- |-
168168
cd "{{.OUTPUT_DIR}}/var/www/webui"
169169
PATH="{{.G_NODEJS_22_BIN_DIR}}":$PATH npm ci --omit=dev
170+
- "echo '{{.G_PACKAGE_VERSION}}' > '{{.OUTPUT_DIR}}/VERSION'"
170171
# This command must be last
171172
- task: "utils:checksum:compute"
172173
vars:

0 commit comments

Comments
 (0)