forked from DGNum/infrastructure
feat(ds-fr): Update dependencies
This commit is contained in:
parent
ac2bd4bb13
commit
999817ce8b
1 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
||||||
git,
|
git,
|
||||||
fetchYarnDeps,
|
fetchYarnDeps,
|
||||||
yarn,
|
yarn,
|
||||||
fixup_yarn_lock,
|
prefetch-yarn-deps,
|
||||||
nodejs,
|
nodejs,
|
||||||
ruby_3_2,
|
ruby_3_2,
|
||||||
bundlerEnv,
|
bundlerEnv,
|
||||||
|
@ -61,7 +61,7 @@ let
|
||||||
|
|
||||||
buildInputs = [ rubyEnv ];
|
buildInputs = [ rubyEnv ];
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
fixup_yarn_lock
|
prefetch-yarn-deps
|
||||||
nodejs
|
nodejs
|
||||||
yarn
|
yarn
|
||||||
rubyEnv.wrappedRuby
|
rubyEnv.wrappedRuby
|
||||||
|
@ -86,7 +86,7 @@ let
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
export HOME=$(mktemp -d)
|
export HOME=$(mktemp -d)
|
||||||
yarn config --offline set yarn-offline-mirror $offlineCache
|
yarn config --offline set yarn-offline-mirror $offlineCache
|
||||||
fixup_yarn_lock yarn.lock
|
fixup-yarn-lock yarn.lock
|
||||||
yarn install --offline --frozen-lockfile --ignore-platform --ignore-scripts --no-progress --non-interactive
|
yarn install --offline --frozen-lockfile --ignore-platform --ignore-scripts --no-progress --non-interactive
|
||||||
|
|
||||||
patchShebangs node_modules/
|
patchShebangs node_modules/
|
||||||
|
|
Loading…
Reference in a new issue