From cab290ef976305d38db782c9340c59444cc3af97 Mon Sep 17 00:00:00 2001 From: Marek Fedorovic Date: Wed, 11 Oct 2023 09:51:48 +1100 Subject: [PATCH] chore: Update comments. --- packages/cohort_sdk_js/scripts/bundle-talos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cohort_sdk_js/scripts/bundle-talos.sh b/packages/cohort_sdk_js/scripts/bundle-talos.sh index 33519c35..bb0ec34e 100755 --- a/packages/cohort_sdk_js/scripts/bundle-talos.sh +++ b/packages/cohort_sdk_js/scripts/bundle-talos.sh @@ -3,7 +3,7 @@ # - Copies all talos sources into TARGET_DIR (default to dist/talos) # - Modifies Cargo.toml workspace file to include only packages/*. # - Builds native bindings using NAPI-RS -# - Finally, cleans up and prepares the directory to be included NPM package +# - Finally, cleans up and prepares the directory to be included as NPM package # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - CURRENT_DIR=$(pwd)