Skip to content
Snippets Groups Projects
Verified Commit 3275024c authored by Georg Krause's avatar Georg Krause
Browse files

Remove i18n compilation, which is part of build anyways

parent 246c15a2
1 merge request!34Vue3 transition
Pipeline #15446 failed with stages
in 1 minute
This commit is part of merge request !34. Comments created here will be created in the context of that merge request.
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment