mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 22:17:30 -07:00
Fix appveyor
This commit is contained in:
parent
e42cdeaa0f
commit
8230729791
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@ init:
|
||||||
|
|
||||||
before_test:
|
before_test:
|
||||||
- "mkdir ./.config"
|
- "mkdir ./.config"
|
||||||
- "cp ./.ci-files/default.yml ./.config"
|
- "copy ./.ci-files/default.yml ./.config"
|
||||||
- "cp ./.ci-files/test.yml ./.config"
|
- "copy ./.ci-files/test.yml ./.config"
|
||||||
- "npm run build"
|
- "npm run build"
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
|
|
Loading…
Reference in a new issue