Skip to content

Commit c08eb5a

Browse files
authored
Don't remove package json
1 parent c1946c7 commit c08eb5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ AR_VERSION=$(jq -c '.version' "$AR_COMPS/arduino/package.json" | tr -d '"')
350350
AR_VERSION_UNDERSCORE=`echo "$AR_VERSION" | tr . _`
351351

352352
# Generate PlatformIO framework manifest file
353-
rm -rf "$AR_ROOT/package.json"
353+
# rm -rf "$AR_ROOT/package.json"
354354

355355
# copy everything to arduino-esp32 installation
356356
if [ $COPY_OUT -eq 1 ] && [ -d "$ESP32_ARDUINO" ]; then

0 commit comments

Comments
 (0)