Former-commit-id: 83252b0da5
This commit is contained in:
Hadi
2024-06-20 15:16:28 +02:00
parent 734e310f28
commit 5340cfeb84

View File

@@ -14,7 +14,7 @@
buildInputs = with pkgs; [ nodejs ]; buildInputs = with pkgs; [ nodejs ];
buildPhase = '' buildPhase = ''
npm install npm install --legacy-peer-deps
npm run build npm run build
''; '';