File: rules

package info (click to toggle)
node-schema-utils 4.2.0~ds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 976 kB
  • sloc: javascript: 4,465; makefile: 6
file content (12 lines) | stat: -rwxr-xr-x 281 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
# -*- makefile -*-

export NODE_ENV=production

%:
	dh $@

override_dh_auto_build:
	#node `nodepath ajv`/scripts/compile-dots.js `nodepath ajv`/lib ajv-errors/lib
	babeljs-7 src -d dist --copy-files
	tsc --declaration --emitDeclarationOnly --outDir declarations