v4.4.3
===================================================================== --- Bug Fixes ---------------------------- - fixed a(nother) bug which emerged from the latest version of github's actions/runner-images; zx is now forcibly managed by the runner, so install scripts must be skipped in CI
This commit is contained in:
parent
a945daeecc
commit
6aba11d0be
@ -161,6 +161,8 @@ ACTIVATE_VIRTUALENV__scwrypts__zx() {
|
|||||||
UPDATE_VIRTUALENV__scwrypts__zx() {
|
UPDATE_VIRTUALENV__scwrypts__zx() {
|
||||||
local NPM_INSTALL_ARGS=()
|
local NPM_INSTALL_ARGS=()
|
||||||
|
|
||||||
|
[ $CI ] && NPM_INSTALL_ARGS+=(--ignore-scripts)
|
||||||
|
|
||||||
cd "$SCWRYPTS_ROOT__scwrypts/zx"
|
cd "$SCWRYPTS_ROOT__scwrypts/zx"
|
||||||
npm install ${NPM_INSTALL_ARGS[@]}
|
npm install ${NPM_INSTALL_ARGS[@]}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user