File: build

package info (click to toggle)
node-mem 9.0.2%2B~cs4.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 396 kB
  • sloc: javascript: 75; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 161 bytes parent folder | download
1
2
3
4
5
6
7
8
rm -rf dist
tsc
if grep require dist/index.js; then
	echo "Build result is not ES"
	exit 1
fi
mjs2cjs -o dist/_index.cjs dist/index.js
cp debian/index.cjs dist/