mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 11:40:49 +00:00
Fix bug
This commit is contained in:
@@ -6,6 +6,9 @@ language: node_js
|
||||
node_js:
|
||||
- "7.6.0"
|
||||
|
||||
env:
|
||||
- NODE_ENV=production
|
||||
|
||||
services:
|
||||
- mongodb
|
||||
- redis-server
|
||||
@@ -14,7 +17,6 @@ before_script:
|
||||
- mkdir ./.config
|
||||
- cp ./.ci-files/default.yml ./.config
|
||||
- cp ./.ci-files/test.yml ./.config
|
||||
- NODE_ENV=production
|
||||
- npm run build
|
||||
|
||||
after_success:
|
||||
|
||||
Reference in New Issue
Block a user