Bug#977607: auto detect rollup.config.js and rollup -c package.json#scripts#build

2022-01-06 Thread Yadd
Hi, this thing is ready for a while but desactivated. For now, pkg-js-tools only detects Gruntfile.js but doesn't fail if grunt fails. Proposition: - autodetect all (rollup.config.js, Gruntfile.js, tsconfig.json,...) - fail if build fails. Then only packages with these files and without

Bug#977607: auto detect rollup.config.js and rollup -c package.json#scripts#build

2020-12-17 Thread Pirate Praveen
Package: pkg-js-tools Severity: wishlist It'd be nice it pkg-js-tools can detect presence of rollup.config.js and rollup -c commands in package.json under scripts#build and run in dh_auto_build. Currently we have to create debian/nodejs/build or add override_dh_auto_build in rules. Example