chore: cleanup

This commit is contained in:
hsjobeki 2023-01-11 15:51:06 +01:00
parent 749d0f3f5c
commit 4edc64c4e4

View File

@ -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
'';
}