AppVeyor: Reduce build output due to xcopy of all emoji files

FREEBIE
pull/749/head
Scott Nonnenberg 8 years ago
parent 48f625c392
commit c2c9cd0aa2
No known key found for this signature in database
GPG Key ID: A4931C09644C654B

@ -16,7 +16,7 @@ build_script:
- yarn run icon-gen
- del /f images\emoji\apple
- mkdir images\emoji\apple
- xcopy components\emojidata\img-apple-64 images\emoji\apple
- xcopy /Q components\emojidata\img-apple-64 images\emoji\apple
- node_modules\.bin\grunt
- node_modules\.bin\build --em.environment=%SIGNAL_ENV% --publish=never

Loading…
Cancel
Save