Fix appveyor
This commit is contained in:
parent
5ff5448d0d
commit
04c9200867
1 changed files with 3 additions and 1 deletions
|
@ -31,7 +31,9 @@ init:
|
|||
- git config --global core.autocrlf false
|
||||
|
||||
before_test:
|
||||
- "mkdir -p ./.config && cp ./.ci-files/default.yml ./.config && cp ./.ci-files/test.yml ./.config"
|
||||
- "mkdir -p ./.config"
|
||||
- "cp ./.ci-files/default.yml ./.config"
|
||||
- "cp ./.ci-files/test.yml ./.config"
|
||||
- "npm run build"
|
||||
|
||||
test_script:
|
||||
|
|
Loading…
Reference in a new issue