Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
funkwhale
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Giger
funkwhale
Commits
f5dbdd07
Verified
Commit
f5dbdd07
authored
6 years ago
by
Eliot Berriot
Browse files
Options
Downloads
Patches
Plain Diff
See #161: compile translations in dev and when publishing artifacts
parent
8926d930
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
front/package.json
+2
-2
2 additions, 2 deletions
front/package.json
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
1
−
1
View file @
f5dbdd07
...
...
@@ -22,6 +22,7 @@ review_front:
-
cd front
script
:
-
yarn install
-
yarn run i18n-compile
# this is to ensure we don't have any errors in the output,
# cf https://code.eliotberriot.com/funkwhale/funkwhale/issues/169
-
INSTANCE_URL=$REVIEW_INSTANCE_URL yarn run build | tee /dev/stderr | (! grep -i 'ERROR in')
...
...
@@ -179,7 +180,6 @@ build_front:
script
:
-
yarn install
-
yarn run i18n-extract
-
yarn run i18n-compile
# this is to ensure we don't have any errors in the output,
# cf https://code.eliotberriot.com/funkwhale/funkwhale/issues/169
...
...
This diff is collapsed.
Click to expand it.
front/package.json
+
2
−
2
View file @
f5dbdd07
...
...
@@ -5,8 +5,8 @@
"author"
:
"Eliot Berriot <contact@eliotberriot.com>"
,
"private"
:
true
,
"scripts"
:
{
"dev"
:
"node build/dev-server.js"
,
"start"
:
"node build/dev-server.js"
,
"dev"
:
"
scripts/i18n-compile.sh &&
node build/dev-server.js"
,
"start"
:
"
scripts/i18n-compile.sh &&
node build/dev-server.js"
,
"build"
:
"node build/build.js"
,
"i18n-extract"
:
"scripts/i18n-extract.sh"
,
"i18n-compile"
:
"scripts/i18n-compile.sh"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment