Skip to content

Commit

Permalink
Fix --skip-dependencies-install
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker authored and medikoo committed Jan 4, 2024
1 parent ab28830 commit 8e68ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release/release.js
Expand Up @@ -44,7 +44,7 @@ async function run() {
[
"./steps/validate-new-version.js",
"./steps/check-git-status.js",
"./steps/install-dependencies.js",
!params["skip-dependencies-install"] && "./steps/install-dependencies.js",
params.manual && "./steps/run-tests.js",
"./steps/update-version.js",
params.manual && "./steps/generate-bundles.js",
Expand Down

0 comments on commit 8e68ef5

Please sign in to comment.