File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- export NODE_PATH=$NODE_PATH :./node_modules
4- export PATH=/box/www/devtools/bin:$PATH
5-
63# Temp version
74VERSION=" XXX"
85
@@ -194,7 +191,6 @@ publish_to_npm() {
194191 fi
195192}
196193
197-
198194# Execute this entire script
199195if ! publish_to_npm; then
200196 echo " ----------------------------------------------------"
@@ -203,7 +199,6 @@ if ! publish_to_npm; then
203199 exit 1
204200fi
205201
206-
207202echo " ----------------------------------------------------"
208203echo " Checking out back to master"
209204echo " ----------------------------------------------------"
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- export NODE_PATH=$NODE_PATH :./node_modules
4- export PATH=/box/www/devtools/bin:$PATH
5-
6-
73# Temp version
84VERSION=" XXX"
95
@@ -200,7 +196,6 @@ push_new_release() {
200196 fi
201197}
202198
203-
204199# Check if we are doing major, minor, or patch release
205200while getopts " mnp" opt; do
206201 case " $opt " in
@@ -213,7 +208,6 @@ while getopts "mnp" opt; do
213208 esac
214209done
215210
216-
217211# Execute this entire script
218212if ! push_new_release; then
219213 echo " ----------------------------------------------------"
You can’t perform that action at this time.
0 commit comments