mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-29 13:27:31 -07:00
Fix appveyor
This commit is contained in:
parent
474a94b48e
commit
3010dc9db9
1 changed files with 4 additions and 0 deletions
|
@ -27,5 +27,9 @@ init:
|
||||||
# git clone の際の改行を変換しないようにします
|
# git clone の際の改行を変換しないようにします
|
||||||
- git config --global core.autocrlf false
|
- git config --global core.autocrlf false
|
||||||
|
|
||||||
|
before_test:
|
||||||
|
- "mkdir -p ./.config && cp ./.ci-files/default.yml ./.config && cp ./.ci-files/test.yml ./.config"
|
||||||
|
- "npm run build"
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- npm test
|
- npm test
|
||||||
|
|
Loading…
Reference in a new issue