[v10.4.x] CI: Run prettier in bump-version workflow (#92528)

CI: Run prettier in bump-version workflow (#92195)

Run prettier

(cherry picked from commit 931d64b8fc)

Co-authored-by: Andreas Christou <andreas.christou@grafana.com>
pull/92537/head
grafana-delivery-bot[bot] 1 year ago committed by GitHub
parent 8525525115
commit a87fb21be0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      pkg/build/actions/bump-version/main.go

@ -72,6 +72,7 @@ func WithUpdatedVersion(d *dagger.Client, src *dagger.Directory, nodeVersion, ve
WithExec([]string{"npm", "version", version, "--no-git-tag-version"}).
WithExec([]string{"yarn", "run", "lerna", "version", version, "--no-push", "--no-git-tag-version", "--force-publish", "--exact", "--yes"}).
WithExec([]string{"yarn", "install"}).
WithExec([]string{"yarn", "prettier:write"}).
Directory("/src").
WithoutDirectory("node_modules")
}

Loading…
Cancel
Save