From 6627dbc957477aa32e21ed1bdc8cd72b928cd616 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 28 Dec 2021 10:18:15 +0100 Subject: Move types package in packages/ --- scripts/ci.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/ci.sh') 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 () { find $1 -type f -name "*.js" $exception | xargs echo } -if [ "$1" = "types" ]; then +if [ "$1" = "types-package" ]; then npm run generate-types-package - npm run tsc -- --noEmit --esModuleInterop types/tests/test.ts + npm run tsc -- --noEmit --esModuleInterop packages/types/tests/test.ts elif [ "$1" = "client" ]; then npm run build -- cgit v1.2.3