Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
lukachi committed Dec 20, 2024
1 parent 1fe687f commit 181a5f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gen-npm-pkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ for PACKAGE_DIR in "$BASE_DIR"/*; do

# Copy the pkg directory to the unified bindings folder
mkdir -p "$PACKAGE_OUTPUT_DIR"
cp -r "$PACKAGE_DIR/pkg/" "$PACKAGE_OUTPUT_DIR"
cp -r "$PACKAGE_DIR/pkg/"* "$PACKAGE_OUTPUT_DIR"

# Remove the subfolder's package.json file
if [ -f "$PACKAGE_OUTPUT_DIR/package.json" ]; then
Expand Down

0 comments on commit 181a5f6

Please sign in to comment.