0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

GitLab CI/CDでNuxtのbuildをしたら17分もかかり、なんとかしたい

Last updated at Posted at 2021-10-01

Gitlab CI/CDでNuxt Buildする場合ってこんなかかるもんなんでしょうか?

npm installは5分ほどで完了いるのに対して、nuxt-ts buildが約17分かかってしまいます。

MacBook Pro (13-inch, M1, 2020) Docker(node:14.18.0-alpine3.14) GitLab CI/CD(Shared runner)
build時間 Version: webpack 4.43.0 Time: 25613ms Version: webpack 4.46.0 Time: 20465ms Version: webpack 4.43.0 Time: 1056879ms

Specific runnerを使えばbuild速度は改善できると思いますが、できればSharedで行いたく。
改善できたら追記します。

参考

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?