mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +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:
|
git:
|
||||||
autocrlf: input
|
autocrlf: input
|
||||||
|
|
||||||
|
|
||||||
script:
|
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:
|
notifications:
|
||||||
email:
|
email:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue