mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-22 08:46:54 -06:00
10 lines
177 B
Bash
10 lines
177 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -eu
|
||
|
|
||
|
rm -rf ./packages/tests/dist
|
||
|
|
||
|
npm run tsc -- -b --verbose ./packages/tests/tsconfig.json
|
||
|
npm run resolve-tspaths:server-lib
|
||
|
npm run resolve-tspaths:tests
|