mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -05:00
Remove debug echo in publish script.
This commit is contained in:
parent
2057a359c7
commit
7817bc4b4d
1 changed files with 0 additions and 1 deletions
|
@ -59,7 +59,6 @@ npm publish
|
|||
|
||||
# Copy paperjs.zip to the website's download folder
|
||||
cd $SITE_DIR
|
||||
echo `PWD`
|
||||
cp $PAPER_DIR/dist/paperjs.zip $DIST_FILE
|
||||
# Update the online version of paper.js
|
||||
cp $PAPER_DIR/dist/paper-full.js assets/js/paper.js
|
||||
|
|
Loading…
Reference in a new issue