matrix-appservice-irc: Compile typescript

Signed-off-by: Rhys Davies <rhys@memes.nz>
This commit is contained in:
Rhys Davies
2022-10-16 21:24:18 +13:00
parent fab6d13fe1
commit 8eda146bb2
@@ -24,6 +24,9 @@ ourNodePackages.package.override {
dontAutoPatchelf = true;
postInstall = ''
# Compile typescript
npm run build
makeWrapper '${nodejs}/bin/node' "$out/bin/matrix-appservice-irc" \
--add-flags "$out/lib/node_modules/matrix-appservice-irc/app.js"
'';