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,
|
||||
fetchYarnDeps,
|
||||
yarn,
|
||||
fixup_yarn_lock,
|
||||
prefetch-yarn-deps,
|
||||
nodejs,
|
||||
ruby_3_2,
|
||||
bundlerEnv,
|
||||
|
@ -61,7 +61,7 @@ let
|
|||
|
||||
buildInputs = [ rubyEnv ];
|
||||
nativeBuildInputs = [
|
||||
fixup_yarn_lock
|
||||
prefetch-yarn-deps
|
||||
nodejs
|
||||
yarn
|
||||
rubyEnv.wrappedRuby
|
||||
|
@ -86,7 +86,7 @@ let
|
|||
buildPhase = ''
|
||||
export HOME=$(mktemp -d)
|
||||
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
|
||||
|
||||
patchShebangs node_modules/
|
||||
|
|
Loading…
Reference in a new issue