Skip to content

Commit

Permalink
Remove test step from release script (#15011)
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Jul 4, 2023
1 parent e12afe8 commit 44979b0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions scripts/release/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ for (let step of [
process: steps.lintFiles,
skip: params.dry,
},
{
name: "Running tests",
process: steps.runTests,
skip: params.dry || !params.manual,
},
{
name: "Bumping version",
process: steps.updateVersion,
Expand Down
1 change: 0 additions & 1 deletion scripts/release/steps/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ export { default as validateNewVersion } from "./validate-new-version.js";
export { default as checkGitStatus } from "./check-git-status.js";
export { default as installDependencies } from "./install-dependencies.js";
export { default as lintFiles } from "./lint-files.js";
export { default as runTests } from "./run-tests.js";
export { default as updateVersion } from "./update-version.js";
export { default as generateBundles } from "./generate-bundles.js";
export { default as updateChangelog } from "./update-changelog.js";
Expand Down
3 changes: 0 additions & 3 deletions scripts/release/steps/run-tests.js

This file was deleted.

0 comments on commit 44979b0

Please sign in to comment.