Update v1.0.6
This commit is contained in:
10
public/filemanager/scripts/dropzone/npm_publish.sh
Normal file
10
public/filemanager/scripts/dropzone/npm_publish.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/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
|
||||
|
Reference in New Issue
Block a user