-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c45ad10
commit ea78b21
Showing
12 changed files
with
2,632 additions
and
2,620 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
steps: | ||
- run: | ||
name: Generate Translations | ||
command: fvm dart run slang | ||
- run: | ||
name: Apply Production Environment | ||
command: cp .env.prod .env | ||
- run: | ||
command: fvm dart run build_runner build | ||
name: Generate Swagger API | ||
steps: | ||
- run: | ||
name: Generate Translations | ||
command: fvm dart run slang | ||
- run: | ||
name: Apply Production Environment | ||
command: cp .env.prod .env | ||
- run: | ||
command: fvm dart run build_runner build | ||
name: Generate Swagger API |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Automatically normalize line endings for all text-based files | ||
# http://git-scm.com/docs/gitattributes#_end_of_line_conversion | ||
* text=auto | ||
|
||
# For the following file types, normalize line endings to LF on | ||
# checkin and prevent conversion to CRLF when they are checked out | ||
# (this is required in order to prevent newline related issues like, | ||
# for example, after the build script is run) | ||
.* text eol=lf | ||
|
||
# specific for windows script files | ||
*.bat text eol=crlf |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.