forked from DGNum/infrastructure
fix(ds-fr): Remove cache
This commit is contained in:
parent
63d7d7d658
commit
ace6f1d931
2 changed files with 3 additions and 2 deletions
|
@ -63,6 +63,7 @@ let
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
bun install --no-progress --frozen-lockfile --ignore-scripts
|
bun install --no-progress --frozen-lockfile --ignore-scripts
|
||||||
|
rm -r node_modules/.cache
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
version = "2024-04-17-01";
|
version = "2024-04-17-01";
|
||||||
src-hash = "sha256-A6T0ZCLnP7gpSN1n6/dqyy0nCWra2D+wsgT/SkuKYQo=";
|
src-hash = "sha256-A6T0ZCLnP7gpSN1n6/dqyy0nCWra2D+wsgT/SkuKYQo=";
|
||||||
deps-hash = "sha256-qdQH0b5V4In8C/JKYqo5F4xNTSXse554wi4uxawfd34=";
|
deps-hash = "sha256-cd8RBJ0z+2ldAA5RW3n49aShuk/N6CebWL5p1ECKO5Y=";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue