From 84289877c91713707f9285c60978b36ff6db984b Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Mon, 6 Jul 2020 18:28:49 -0700 Subject: [PATCH] chore: build --- build/prepare-core.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/prepare-core.sh b/build/prepare-core.sh index 041b2d541..a5b5f2f2d 100755 --- a/build/prepare-core.sh +++ b/build/prepare-core.sh @@ -51,7 +51,8 @@ mkdir -p "$DIST" npx rimraf "$DIST/$PACKAGE" npx rimraf "$DIST/$PACKAGE*.tgz" - npm run api-extractor-ci + # TODO: restore extractor (need typings to be auto generated) + # npm run api-extractor-ci echo "Copying $PACKAGE $DIST/$PACKAGE..." npx ncp "$PACKAGE" "$DIST/$PACKAGE"