mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 15:40:57 -07:00
Improve readability
This commit is contained in:
parent
a97a15407a
commit
431d722bab
1 changed files with 3 additions and 1 deletions
|
@ -11,7 +11,9 @@ services:
|
||||||
- redis-server
|
- redis-server
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- "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"
|
- "npm run build"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue