Add support for old-version releases
This commit is contained in:
parent
e3cbaba33a
commit
42e1171589
|
@ -12,6 +12,7 @@ if [ "$#" -ne 1 ] ; then
|
|||
fi
|
||||
|
||||
# install dependencies
|
||||
rm -rf node_modules
|
||||
npm install
|
||||
|
||||
# set version
|
||||
|
@ -30,4 +31,4 @@ git push
|
|||
git push --tag
|
||||
|
||||
# publish to npm
|
||||
npm publish
|
||||
npm publish --tag old-version
|
||||
|
|
Loading…
Reference in New Issue
Block a user