Skip to content

Commit 3a74800

Browse files
committed
update buildazure script to keep examples/**/out/.js
1 parent a0daa52 commit 3a74800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/b-buildazure.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ cd ../azure/examples/
4545

4646
rm -r -f **/.parcel-cache
4747
rm -r -f .parcel-cache
48-
rm -r -f **/out
48+
/usr/bin/find . -path "*/out/*" -type f ! -name "*.js" -delete
4949
rm -r -f **/*.c
5050
rm -r -f **/*.h
5151
rm -r -f **/*.o

0 commit comments

Comments
 (0)