Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
funkwhale.audio
Manage
Activity
Members
Labels
Plan
Issues
8
Issue boards
Milestones
Wiki
Code
Merge requests
8
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
funkwhale
funkwhale.audio
Merge requests
!34
Vue3 transition
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Vue3 transition
vue3-transition
into
master
Overview
1
Commits
17
Pipelines
12
Changes
49
Merged
Georg Krause
requested to merge
vue3-transition
into
master
3 years ago
Overview
1
Commits
17
Pipelines
12
Changes
1
Expand
👍
0
👎
0
Merge request reports
Viewing commit
3275024c
Prev
Next
Show latest version
1 file
+
0
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Verified
3275024c
Remove i18n compilation, which is part of build anyways
· 3275024c
Georg Krause
authored
3 years ago
.gitlab-ci.yml
+
0
−
2
Options
@@ -32,7 +32,6 @@ review:
-
yarn install
script
:
-
yarn lint
-
yarn i18n-compile
-
yarn build
-
rm -rf review
-
mv dist review
@@ -65,7 +64,6 @@ pages:
-
yarn install
script
:
-
yarn lint
-
yarn i18n-compile
-
yarn build
-
rm -rf public
-
mv dist public
Loading