remove comments in output

This commit is contained in:
silverwind 2022-02-17 01:32:03 +01:00
parent 5bf745f267
commit 2fa38c70eb
Signed by untrusted user: silverwind
GPG Key ID: 2E62B41C93869443

@ -16,6 +16,7 @@ unittest: node_modules
build: node_modules
npx ncc build updates.js -q -m -o bin
mv bin/index.js bin/updates.js
perl -0777 -p -i -e 's#\n?\/\*![\s\S]*?\*\/\n?##g' bin/updates.js
chmod +x bin/updates.js
publish: node_modules