mirror of
https://github.com/misskey-dev/misskey
synced 2024-11-28 06:48:42 +09:00
Clean up and Add note
This commit is contained in:
parent
caae11b4f2
commit
91cb3dae74
@ -26,11 +26,14 @@ services:
|
||||
- redis-server
|
||||
|
||||
before_script:
|
||||
# Travisはproduction環境なので(10行目により)、
|
||||
# npm install しただけでは devDependencies はインストールされないので、
|
||||
# --only=dev オプションを付けてそれらもインストールされるようにする:
|
||||
- npm install --only=dev
|
||||
|
||||
- mkdir ./.config
|
||||
- cp ./.travis/default.yml ./.config
|
||||
- cp ./.travis/test.yml ./.config
|
||||
- npm install --only=dev
|
||||
- npm install
|
||||
- npm run build
|
||||
|
||||
after_success:
|
||||
|
Loading…
Reference in New Issue
Block a user