From bd56c48eee746f77332db65a0d44b746240aad49 Mon Sep 17 00:00:00 2001 From: Zhiyuan Liang Date: Tue, 15 Oct 2024 16:25:04 +0800 Subject: [PATCH] update build script --- scripts/build-and-pack.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/scripts/build-and-pack.sh b/scripts/build-and-pack.sh index 3120ac1..07f0014 100755 --- a/scripts/build-and-pack.sh +++ b/scripts/build-and-pack.sh @@ -25,6 +25,9 @@ npm run test echo "npm pack in $PACKAGE_DIR" npm pack +echo "copy $PACKAGE package to $PROJECT_BASE_DIR" +cp "$PACKAGE_DIR"/*.tgz "$PROJECT_BASE_DIR" + PACKAGE="feature-management-applicationinsights-browser" PACKAGE_DIR="$SDK_DIR/$PACKAGE" @@ -35,4 +38,7 @@ echo "npm run build in $PACKAGE_DIR" npm run build echo "npm pack in $PACKAGE_DIR" -npm pack \ No newline at end of file +npm pack + +echo "copy $PACKAGE package to $PROJECT_BASE_DIR" +cp "$PACKAGE_DIR"/*.tgz "$PROJECT_BASE_DIR" \ No newline at end of file pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy