AppVeyor: Reduce build output due to xcopy of all emoji files
FREEBIE
This commit is contained in:
parent
48f625c392
commit
c2c9cd0aa2
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ build_script:
|
||||||
- yarn run icon-gen
|
- yarn run icon-gen
|
||||||
- del /f images\emoji\apple
|
- del /f images\emoji\apple
|
||||||
- mkdir 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\grunt
|
||||||
- node_modules\.bin\build --em.environment=%SIGNAL_ENV% --publish=never
|
- node_modules\.bin\build --em.environment=%SIGNAL_ENV% --publish=never
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue