Skip to content

Commit 2cd192d

Browse files
committed
Dont remove package.json from arduino-esp32 directory.
1 parent d02ea23 commit 2cd192d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/archive-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ rm -rf arduino-esp32/tools/gen_insights_package.py
5151
rm -rf arduino-esp32/platform.txt
5252
rm -rf arduino-esp32/programmers.txt
5353
rm -rf arduino-esp32/boards.txt
54-
rm -rf arduino-esp32/package.json
54+
# rm -rf arduino-esp32/package.json
5555
rm -rf arduino-esp32/*.md
5656
cp -Rf tools/esp32-arduino-libs arduino-esp32/tools/
5757
cp ../package.json arduino-esp32/package.json

0 commit comments

Comments
 (0)