File: rules

package info (click to toggle)
node-react-highlight-words 0.20.0%2B~cs7.18.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 680 kB
  • sloc: javascript: 2,543; makefile: 8
file content (17 lines) | stat: -rwxr-xr-x 416 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@

override_dh_auto_build:
	#NODE_ENV=production webpack --config webpack.config.website.js --bail
	NODE_ENV=production webpack --config webpack.config.dist.cjs.js --bail
	NODE_ENV=production webpack --config webpack.config.dist.umd.js --bail

override_dh_installdocs:
	dh_installdocs
	dh_nodejs_autodocs