Skip to content

Commit d485623

Browse files
fix: remove .github/workflows/test-* from removeSetupScripts
1 parent a2c7295 commit d485623

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/steps/removeSetupScripts.ts

-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ const globPaths = [
1010
"./src/migrate",
1111
"./src/shared",
1212
"./src/steps",
13-
".github/workflows/test-initialize.yml",
14-
".github/workflows/test-migrate.yml",
1513
];
1614

1715
export async function removeSetupScripts() {

0 commit comments

Comments
 (0)