Files
faveo/public/filemanager/scripts/dropzone/npm_publish.sh
Bhanu Slathia c710c20b9e Update v1.0.6
2016-02-16 23:22:09 +05:30

11 lines
203 B
Bash

#!/bin/bash
echo "Going to checkout master and publish to npm..." &&
read &&
git checkout master &&
echo "Publishing to npm..." &&
npm publish &&
echo "Checking out develop." &&
git checkout develop