mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-05 20:32:00 -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.
|
# All rights reserved.
|
||||||
|
|
||||||
echo "Building paper.js"
|
./dist.sh
|
||||||
./build.sh
|
|
||||||
echo "Minifying paper.js"
|
|
||||||
./minify.sh
|
|
||||||
echo "Commiting Version"
|
echo "Commiting Version"
|
||||||
# Add changed json configuration files
|
# Add changed json configuration files
|
||||||
git add -u ../package.json
|
git add -u ../package.json
|
||||||
|
|
Loading…
Reference in a new issue