mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Have publish.sh rely on dist.sh
This commit is contained in:
parent
f32d875b55
commit
8aee93b704
1 changed files with 1 additions and 4 deletions
|
@ -10,10 +10,7 @@
|
|||
#
|
||||
# All rights reserved.
|
||||
|
||||
echo "Building paper.js"
|
||||
./build.sh
|
||||
echo "Minifying paper.js"
|
||||
./minify.sh
|
||||
./dist.sh
|
||||
echo "Commiting Version"
|
||||
# Add changed json configuration files
|
||||
git add -u ../package.json
|
||||
|
|
Loading…
Reference in a new issue