aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/ci.sh
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-12-28 10:18:15 +0100
committerChocobozzz <me@florianbigard.com>2021-12-28 10:18:15 +0100
commit6627dbc957477aa32e21ed1bdc8cd72b928cd616 (patch)
treee6dbe45b7259cc01ff0255887d45d331bc81026f /scripts/ci.sh
parent52b356cfe257e8e0d357a498e87d9299c95cdbe5 (diff)
downloadPeerTube-6627dbc957477aa32e21ed1bdc8cd72b928cd616.tar.gz
PeerTube-6627dbc957477aa32e21ed1bdc8cd72b928cd616.tar.zst
PeerTube-6627dbc957477aa32e21ed1bdc8cd72b928cd616.zip
Move types package in packages/
Diffstat (limited to 'scripts/ci.sh')
-rwxr-xr-xscripts/ci.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/ci.sh b/scripts/ci.sh
index 070a104cc..5b757d94b 100755
--- a/scripts/ci.sh
+++ b/scripts/ci.sh
@@ -40,9 +40,9 @@ findTestFiles () {
40 find $1 -type f -name "*.js" $exception | xargs echo 40 find $1 -type f -name "*.js" $exception | xargs echo
41} 41}
42 42
43if [ "$1" = "types" ]; then 43if [ "$1" = "types-package" ]; then
44 npm run generate-types-package 44 npm run generate-types-package
45 npm run tsc -- --noEmit --esModuleInterop types/tests/test.ts 45 npm run tsc -- --noEmit --esModuleInterop packages/types/tests/test.ts
46elif [ "$1" = "client" ]; then 46elif [ "$1" = "client" ]; then
47 npm run build 47 npm run build
48 48