Skip to content
This repository was archived by the owner on Dec 12, 2021. It is now read-only.

Commit dd39006

Browse files
committed
Updated publish script
1 parent e047005 commit dd39006

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

publish.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#!/bin/bash
22

3-
git checkout master
4-
apm publish "$0"
5-
git checkout dev
3+
git checkout master && apm publish $0 && git checkout dev
64

75
exit

0 commit comments

Comments
 (0)