Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
benallfree committed Apr 26, 2024
1 parent b9d3458 commit f8585b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
- name: Test ${{ matrix.app }}
run: |
pnpm plop test "gobot" --no-progress
pnpm plop test "app:${{ matrix.app }}" --no-progress
pnpm plop test "app-${{ matrix.app }}" --no-progress
2 changes: 1 addition & 1 deletion plop/commands/testCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export function testCommand(plop: NodePlopAPI) {
},
}
getSlugsFromFileSystem().forEach((slug) => {
subcommands[`app:${slug}`] = {
subcommands[`app-${slug}`] = {
gen: async () => {
const appPath = join(SRC_APPS_ROOT, slug)

Expand Down

0 comments on commit f8585b1

Please sign in to comment.