Skip to content

fix(ci): avoid duplicate nr update execution in docs:build #4925

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 30, 2025

Conversation

serkodev
Copy link
Contributor

Before submitting the PR, please make sure you do the following

  • Read the Contributing Guidelines.
  • Read the Pull Request Guidelines.
  • Check that there isn't already a PR that solves the problem the same way to avoid creating a duplicate.
  • Provide a description in this PR that addresses what the PR is solving, or reference the issue that it solves (e.g. fixes #123).
  • Ideally, include relevant tests that fail without this PR but pass with it.

Description

The docs:build script previously executed nr update twice: once within nr update:full and again within nr build. This pull request removes the redundant nr update call to streamline the build process.

Fixes #4924

@dosubot dosubot bot added size:XS This PR changes 0-9 lines, ignoring generated files. build tools labels Jul 30, 2025
Copy link

pkg-pr-new bot commented Jul 30, 2025

Open in StackBlitz

@vueuse/components

npm i https://pkg.pr.new/@vueuse/components@4925

@vueuse/core

npm i https://pkg.pr.new/@vueuse/core@4925

@vueuse/electron

npm i https://pkg.pr.new/@vueuse/electron@4925

@vueuse/firebase

npm i https://pkg.pr.new/@vueuse/firebase@4925

@vueuse/integrations

npm i https://pkg.pr.new/@vueuse/integrations@4925

@vueuse/math

npm i https://pkg.pr.new/@vueuse/math@4925

@vueuse/metadata

npm i https://pkg.pr.new/@vueuse/metadata@4925

@vueuse/nuxt

npm i https://pkg.pr.new/@vueuse/nuxt@4925

@vueuse/router

npm i https://pkg.pr.new/@vueuse/router@4925

@vueuse/rxjs

npm i https://pkg.pr.new/@vueuse/rxjs@4925

@vueuse/shared

npm i https://pkg.pr.new/@vueuse/shared@4925

commit: ede3260

@antfu antfu merged commit a73eedd into vueuse:main Jul 30, 2025
10 checks passed
@serkodev serkodev deleted the fix/docs-build-script branch July 31, 2025 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build tools size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG | duplicate nr update execution in docs:build script
2 participants