File: build.sh

package info (click to toggle)
node-mylas 2.1.14-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 420 kB
  • sloc: sh: 4; javascript: 4; makefile: 4
file content (6 lines) | stat: -rw-r--r-- 129 bytes parent folder | download
1
2
3
4
5
6
#!/usr/bin/env bash

rm -rf ./build
tsc --build ./config/tsconfig.json
tsup --config config/tsup.config.ts
cp ./ts/dts/* ./build