AppVeyor - fix what appears to be a problem with '&& grunt'

FREEBIE
This commit is contained in:
Scott Nonnenberg 2017-06-20 14:47:33 -07:00
parent b5c10041b2
commit 3889615dff
No known key found for this signature in database
GPG key ID: A4931C09644C654B

View file

@ -11,7 +11,8 @@ install:
- yarn install
build_script:
- yarn run generate
- yarn run icon-gen
- node_modules\.bin\grunt
- node_modules\.bin\build --em.environment=%SIGNAL_ENV% --publish=never
test_script: