mirror of
https://github.com/misskey-dev/misskey
synced 2024-11-28 14:58:36 +09:00
Fix bug
This commit is contained in:
parent
09fdd99bac
commit
2d125d3526
@ -6,6 +6,9 @@ language: node_js
|
|||||||
node_js:
|
node_js:
|
||||||
- "7.6.0"
|
- "7.6.0"
|
||||||
|
|
||||||
|
env:
|
||||||
|
- NODE_ENV=production
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- mongodb
|
- mongodb
|
||||||
- redis-server
|
- redis-server
|
||||||
@ -14,7 +17,6 @@ before_script:
|
|||||||
- mkdir ./.config
|
- mkdir ./.config
|
||||||
- cp ./.ci-files/default.yml ./.config
|
- cp ./.ci-files/default.yml ./.config
|
||||||
- cp ./.ci-files/test.yml ./.config
|
- cp ./.ci-files/test.yml ./.config
|
||||||
- NODE_ENV=production
|
|
||||||
- npm run build
|
- npm run build
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
|
Loading…
Reference in New Issue
Block a user