#!/bin/sh
# debian/build.cjs is pm-buildhelper with stripInternal turned off; see the
# comment there for why.  It has a .cjs extension because upstream package.json
# sets "type": "module".
set -e
NODE_PATH=/usr/share/nodejs node debian/build.cjs
