Added update scripts & Ajusted package.json for cross platfrom builds
This commit is contained in:
10
update-osx.sh
Normal file
10
update-osx.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env sh
|
||||
[ $SUDO_USER ] && _user=$SUDO_USER || _user=`whoami`
|
||||
|
||||
rm -r dist
|
||||
|
||||
git pull
|
||||
|
||||
npm run dist-osx
|
||||
|
||||
echo 'Done!'
|
||||
Reference in New Issue
Block a user