mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
One more fix in publish.sh
This commit is contained in:
parent
4caafd4623
commit
59b7bf4cbf
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ DIST_FILE=content/10-Download/paperjs-v$VERSION.zip # Relative to $SITE_DIR
|
||||||
|
|
||||||
cd $PAPER_DIR/build
|
cd $PAPER_DIR/build
|
||||||
./dist.sh
|
./dist.sh
|
||||||
|
cd $PAPER_DIR
|
||||||
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