mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Fix appveyor
This commit is contained in:
parent
8230729791
commit
7a9c4ac0ac
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…
Add table
Reference in a new issue