We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2c7295 commit d485623Copy full SHA for d485623
src/steps/removeSetupScripts.ts
@@ -10,8 +10,6 @@ const globPaths = [
10
"./src/migrate",
11
"./src/shared",
12
"./src/steps",
13
- ".github/workflows/test-initialize.yml",
14
- ".github/workflows/test-migrate.yml",
15
];
16
17
export async function removeSetupScripts() {
0 commit comments