mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 09:57:29 -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 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:
|
||||
- npm test
|
||||
|
|
Loading…
Reference in a new issue