mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-24 23:14:12 +03:00
chore: cleanup
This commit is contained in:
parent
749d0f3f5c
commit
4edc64c4e4
@ -200,7 +200,6 @@
|
||||
if [ "$(jq '.scripts.build' ./package.json)" != "null" ];
|
||||
then
|
||||
echo "running npm run build...."
|
||||
ls -la .
|
||||
npm run build
|
||||
fi
|
||||
|
||||
@ -233,11 +232,8 @@
|
||||
|
||||
export NODE_MODULES_PATH=${nodeModules}
|
||||
|
||||
|
||||
${nodejsBuilder}/bin/d2nMakeOutputs
|
||||
|
||||
|
||||
|
||||
runHook postInstall
|
||||
'';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user