Skip to content

Commit

Permalink
Merge pull request #4 from yoanbernabeu/New-composer-rules-(Taskfile)
Browse files Browse the repository at this point in the history
πŸ‘Œ IMPROVE: New composer rules (Makefile)
  • Loading branch information
yoanbernabeu authored Oct 5, 2022
2 parents 4d1a906 + f058518 commit 0789abb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,16 @@ tasks:
cmds:
- "{{.COMPOSER_UPDATE}}"

composer-validate:
desc: Validate composer.json file.
cmds:
- "{{.COMPOSER}} validate"

composer-validate-deep:
desc: Validate composer.json and composer.lock files in strict mode.
cmds:
- "{{.COMPOSER}} validate --strict --check-lock"

npm-install:
desc: "Install npm dependencies"
cmds:
Expand Down

0 comments on commit 0789abb

Please sign in to comment.