Skip to content

Commit

Permalink
removed npm install command
Browse files Browse the repository at this point in the history
  • Loading branch information
CreateSean committed Oct 28, 2024
1 parent 08e813e commit 9834759
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@
],
"post-create-project-cmd": [
"@php craft setup/security-key",
"@php craft setup/app-id",
"@npm install"
"@php craft setup/app-id"
],
"nuke": [
"rm -rf vendor/ && composer clear-cache && composer install"
Expand Down

0 comments on commit 9834759

Please sign in to comment.