forked from DGNum/infrastructure
fix(ds-fr): Test3
This commit is contained in:
parent
e51a7b4a81
commit
f63c95e4d9
2 changed files with 4 additions and 1 deletions
|
@ -64,6 +64,9 @@ let
|
|||
buildPhase = ''
|
||||
bun install --no-progress --frozen-lockfile --ignore-scripts
|
||||
rm -r node_modules/.cache
|
||||
|
||||
# Remove inconsistent file
|
||||
rm node_modules/.bin/grunt
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
version = "2024-04-17-01";
|
||||
src-hash = "sha256-A6T0ZCLnP7gpSN1n6/dqyy0nCWra2D+wsgT/SkuKYQo=";
|
||||
deps-hash = "sha256-Lbj1jJlcM2+SmL+OGrxHdy/cEyhxGAQolXE5DZsM4rc=";
|
||||
deps-hash = "sha256-LV3Na9zxp2DPRhDvUHB9mvpSw8xTJscqKoKKrNaiUfY=";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue