Skip to content

Commit

Permalink
fix(create): fix typo in providers generator (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
kopach authored Nov 7, 2024
1 parent 962c64c commit d134bdb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 42 deletions.
41 changes: 0 additions & 41 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/create/bin/create-gene-workspace.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ async function runCommands() {
await execCommand('pnpm', [
'nx',
'g',
'@brainly-gene/tools:e2e-provider',
'@brainly-gene/tools:e2e-providers',
]);
} catch (error) {
console.error(error);
Expand Down

0 comments on commit d134bdb

Please sign in to comment.