mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-22 18:29:26 +00:00
chore(travis) add cross-env
This commit is contained in:
parent
7eb31f9412
commit
763fbb4a9d
1 changed files with 2 additions and 2 deletions
|
|
@ -21,9 +21,9 @@ os:
|
|||
git:
|
||||
autocrlf: input
|
||||
|
||||
|
||||
script:
|
||||
- npm run lint && npm run build && npm run coverage && npm run report
|
||||
- npm i cross-env -g
|
||||
- npm run lint && cross-env npm run build && npm run coverage && npm run report
|
||||
|
||||
notifications:
|
||||
email:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue