Skip to content

Commit 19c5bb7

Browse files
committed
Pass -v to particle command line
1 parent cb850bc commit 19c5bb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extras/scripts/publish-particle-library.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ cp -r "$SOURCE_DIR/src" "$WORK_DIR/"
1414
cp -r "$SOURCE_DIR/examples" "$WORK_DIR/"
1515

1616
cd "$WORK_DIR"
17-
particle library upload
18-
particle library publish
17+
particle library upload -v
18+
particle library publish -v

0 commit comments

Comments
 (0)