Fix appveyor
This commit is contained in:
parent
be75b557c4
commit
8c667cec51
1 changed files with 3 additions and 3 deletions
|
@ -31,9 +31,9 @@ init:
|
|||
- git config --global core.autocrlf false
|
||||
|
||||
before_test:
|
||||
- "mkdir ./.config"
|
||||
- "copy ./.ci-files/default.yml ./.config"
|
||||
- "copy ./.ci-files/test.yml ./.config"
|
||||
- "mkdir .\\.config"
|
||||
- "copy .\\.ci-files\\default.yml .\\.config"
|
||||
- "copy .\\.ci-files\\test.yml .\\.config"
|
||||
- "npm run build"
|
||||
|
||||
test_script:
|
||||
|
|
Loading…
Reference in a new issue