mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-19 14:10:14 -05:00
Update publish script.
This commit is contained in:
parent
1a78bfed78
commit
2845313dfd
1 changed files with 3 additions and 1 deletions
|
@ -15,8 +15,10 @@ echo "Building paper.js"
|
|||
echo "Minifying paper.js"
|
||||
./minify.sh
|
||||
echo "Commiting Version"
|
||||
# Add all changed files in dist
|
||||
# Add changed json configuration files
|
||||
git add -u ../package.json
|
||||
git add -u ../bower.json
|
||||
# Add all changed files in dist
|
||||
git add -u ../dist
|
||||
# Extract the paper.js version from package.json:
|
||||
VERSION=$(node -e "
|
||||
|
|
Loading…
Reference in a new issue