File: rules

package info (click to toggle)
node-rollup-plugin-babel 5.2.2%2Brepack-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 788 kB
  • sloc: javascript: 1,305; sh: 12; makefile: 6
file content (15 lines) | stat: -rwxr-xr-x 263 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f
# -*- makefile -*-


%:
	dh $@

override_dh_auto_build:
	# Build legacy module
	dh_auto_build --buildsystem=nodejs
	# Build @rollup/plugin-babel
	cd packages/babel && rollup -c

override_dh_auto_test:
	# No test during build due to buble break