Compare commits
4 commits
22ef2cf79d
...
f63c95e4d9
Author | SHA1 | Date | |
---|---|---|---|
f63c95e4d9 | |||
e51a7b4a81 | |||
ace6f1d931 | |||
63d7d7d658 |
2 changed files with 6 additions and 2 deletions
|
@ -62,7 +62,11 @@ let
|
||||||
dontConfigure = true;
|
dontConfigure = true;
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
bun install --no-progress --frozen-lockfile --ignore-scripts
|
bun install --no-progress --frozen-lockfile --ignore-scripts
|
||||||
|
rm -r node_modules/.cache
|
||||||
|
|
||||||
|
# Remove inconsistent file
|
||||||
|
rm node_modules/.bin/grunt
|
||||||
'';
|
'';
|
||||||
|
|
||||||
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-rBVLdWMEDxD+wUBcK0CIYlJExRVQ8iigV/HFKLIEDwA=";
|
deps-hash = "sha256-LV3Na9zxp2DPRhDvUHB9mvpSw8xTJscqKoKKrNaiUfY=";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue