Skip to content

Commit

Permalink
fix(create-clarity-feature): fix CLI command in package.json scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 committed May 15, 2024
1 parent caf3930 commit c13fcd1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/create-clarity-feature/src/cli/commands/create.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ export async function handler(): Promise<void> {
client: {},
},
scripts: {
clean: 'clarity-feature clean',
build: 'clarity-feature build',
deploy: 'clarity-feature deploy',
'clarity-feature': 'clarity-feature',
clean: 'clarity-feature-toolkit clean',
build: 'clarity-feature-toolkit build',
deploy: 'clarity-feature-toolkit deploy',
'clarity-feature-toolkit': 'clarity-feature-toolkit',
},
dependencies: sortKeys({
'@jcoreio/clarity-feature-api': '^2.0.0',
Expand Down

0 comments on commit c13fcd1

Please sign in to comment.