Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Junhao Liao <junhao@junhao.ca>
  • Loading branch information
haiqi96 and junhaoliao authored Jul 12, 2024
1 parent e602f15 commit c97816b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ tasks:
STORAGE_ENGINE: "clp"

package:
env:
NODE_ENV: "production"
vars:
CHECKSUM_FILE: "{{.G_BUILD_DIR}}/{{.TASK}}.md5"
OUTPUT_DIR: "{{.G_PACKAGE_BUILD_DIR}}"
env:
NODE_ENV: "production"
deps:
- "core"
- "clp-package-utils"
Expand Down Expand Up @@ -120,8 +120,8 @@ tasks:
rsync -a
"{{.G_WEBUI_BUILD_DIR}}/"
"{{.OUTPUT_DIR}}/var/www/webui/"
# Don't use clean-install because meteor doesn't generate
# package-lock.json that clean-install depends on
# Avoid using `npm clean-install` because Meteor does not generate a `package-lock.json` file,
# which `clean-install` depends on.
- |-
cd "{{.OUTPUT_DIR}}/var/www/webui/programs/server"
PATH="{{.G_NODEJS_14_BIN_DIR}}":$PATH npm install
Expand Down

0 comments on commit c97816b

Please sign in to comment.