From 11f2293677be472d58f8b11938c4c6a6a2e1fc21 Mon Sep 17 00:00:00 2001 From: Joshua Pease Date: Wed, 22 May 2024 06:47:10 -0700 Subject: [PATCH] [#3] Remove npm run prepare from ddev. Apparently `prepare` runs after each npm install. https://typicode.github.io/husky/how-to.html#manual-setup --- .ddev/config.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.ddev/config.yaml b/.ddev/config.yaml index 08c3601..90b0a88 100644 --- a/.ddev/config.yaml +++ b/.ddev/config.yaml @@ -16,8 +16,6 @@ nodejs_version: '18' hooks: post-start: - composer: install - # Sets up husky - - exec: npm run prepare # Ensures that lint-staged runs properly in ddev container - exec: git config --global --add safe.directory /var/www/html web_extra_exposed_ports: