Skip to content

Commit

Permalink
fix(app-builder): fix npm commands
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Nov 7, 2024
1 parent f9dce1c commit 340f12a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/app-builder/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export const RUN_COMPOSER = 'composer';

export const RUN_YARN = 'yarn';

export const RUN_NPM = 'yarn';
export const RUN_NPM = 'npm';

export const RUN_PHP = 'php';

Expand Down

0 comments on commit 340f12a

Please sign in to comment.