1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-24 14:29:26 -05:00

Fix appveyor

This commit is contained in:
syuilo 2017-01-18 14:59:28 +09:00
parent 5ff5448d0d
commit 04c9200867

View file

@ -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: