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

FREEBIE
This commit is contained in:
Scott Nonnenberg 2017-09-14 15:04:37 -07:00
parent 48f625c392
commit c2c9cd0aa2
No known key found for this signature in database
GPG key ID: A4931C09644C654B

View file

@ -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