Skip to content

Commit 7efcd96

Browse files
committed
chore: drop test target for new workflows
1 parent ddf4c6b commit 7efcd96

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

projects/packages/table-plus-db/project.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"defaultConfiguration": "local"
1010
},
1111
"serve": {},
12-
"test": {},
1312
"lint": {}
1413
}
1514
}

projects/workspace/src/generators/generate-workflow/generate-workflow.generator.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ export async function generateWorkflowGenerator(tree: Tree, options: GenerateWor
1717
defaultConfiguration: 'local',
1818
},
1919
serve: {},
20-
test: {},
2120
lint: {},
2221
},
2322
});

0 commit comments

Comments
 (0)