File: build

package info (click to toggle)
node-vega-themes 2.14.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 640 kB
  • sloc: javascript: 13; makefile: 5
file content (5 lines) | stat: -rw-r--r-- 188 bytes parent folder | download
1
2
3
4
5
rollup -c
tsc --emitDeclarationOnly --declaration --moduleResolution node --declarationDir ./build
mv build/src/index.d.ts `pkgjs-pjson . types`
mv build/src/*.d.ts build/
rmdir build/src