File: build

package info (click to toggle)
node-timeago.js 4.0.2-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 540 kB
  • sloc: javascript: 58; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 238 bytes parent folder | download
1
2
3
4
5
6
7
8
tsc --module commonjs --outDir lib
tsc --module ESNext --outDir esm
rollup -c
mv dist/index.js dist/timeago.js
mv dist/full.js dist/timeago.full.js
cd dist
terser timeago.js -o timeago.min.js
terser timeago.full.js -o timeago.full.min.js