File: rules

package info (click to toggle)
node-arg 5.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 132 kB
  • sloc: javascript: 452; sh: 9; makefile: 6
file content (9 lines) | stat: -rwxr-xr-x 114 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_test:
ifeq (,$(filter nocheck, $(DEB_BUILD_OPTIONS)))
	jest
endif