Skip to content

Commit

Permalink
[#3] Remove npm run prepare from ddev.
Browse files Browse the repository at this point in the history
Apparently `prepare` runs after each npm install.

https://typicode.github.io/husky/how-to.html#manual-setup
  • Loading branch information
joshuapease committed May 22, 2024
1 parent aac6b96 commit 11f2293
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .ddev/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 11f2293

Please sign in to comment.