Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
Build updates (#622)
Browse files Browse the repository at this point in the history
- update dependencies
- improve build scripts
  • Loading branch information
ssbarnea authored Jan 23, 2024
1 parent 2760e7a commit 8a81b9d
Show file tree
Hide file tree
Showing 4 changed files with 2,417 additions and 1,742 deletions.
4 changes: 4 additions & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ env: &env
# basically the same thing from .envrc file:
VIRTUAL_ENV: # "{{.VIRTUAL_ENV}}"
sh: echo "${VIRTUAL_ENV:-out/venvs/${HOSTNAME:-localhost}}"
# Avoid undesired extra hints from docker when pulling images
DOCKER_CLI_HINTS: "false"
vars:
HOSTNAME:
sh: echo ${HOSTNAME:-localhost}
Expand Down Expand Up @@ -57,6 +59,7 @@ tasks:
- ./tools/test-setup.sh
sources:
- package.json
- package-lock.json
- .config/requirements.*
- setup.cfg
- tools/test-setup.sh
Expand All @@ -81,6 +84,7 @@ tasks:
deps:
- setup
cmds:
- npm install -g npm@latest
- $VIRTUAL_ENV/bin/python -m pre_commit autoupdate
# bumps some developments dependencies
- npx ncu -u --dep dev
Expand Down
Loading

0 comments on commit 8a81b9d

Please sign in to comment.