mirror of
https://github.com/NicolasConstant/sengi
synced 2025-02-03 03:47:35 +01:00
remove emojis for quicker FTP transfert
This commit is contained in:
parent
9ee6038bad
commit
2714af39ff
@ -30,6 +30,8 @@ test_script:
|
|||||||
$wc.UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path $_))
|
$wc.UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path $_))
|
||||||
}
|
}
|
||||||
- npm run dist
|
- npm run dist
|
||||||
|
- ps: >-
|
||||||
|
Remove-Item '\dist\assets\emoji' -Recurse
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: dist
|
- path: dist
|
||||||
deploy:
|
deploy:
|
||||||
@ -42,4 +44,4 @@ deploy:
|
|||||||
folder: /
|
folder: /
|
||||||
application: dist.zip
|
application: dist.zip
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
|
Loading…
x
Reference in New Issue
Block a user