Skip to content

Commit

Permalink
chore: update cspell ignorePaths
Browse files Browse the repository at this point in the history
  • Loading branch information
itsacoyote committed Aug 9, 2024
1 parent 3977f8d commit 8e813e9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion cspell-config/cspell-misc.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
sepolia
goerli
IERC
dockerized
zkcli
Expand Down
2 changes: 0 additions & 2 deletions cspell.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"language": "en",
"ignorePaths": [
"bun.lockb",
"*.css",
"*.config.*",
"node_modules/**",
".*/**",
Expand Down
2 changes: 1 addition & 1 deletion src/commands/create/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export const handler = async (predefinedFolderName: string | undefined, options:
],
required: true,
},
]);
], {projectType: options.project });

await templates[projectType](folderLocation, options.folderName);
} else {
Expand Down

0 comments on commit 8e813e9

Please sign in to comment.