Skip to content

Commit

Permalink
Merge pull request #4 from jolicode/2-script
Browse files Browse the repository at this point in the history
Add Tailwind build command to composer scripts
  • Loading branch information
lyrixx committed Jan 18, 2024
2 parents 1ff2fb1 + e2b18dc commit 76cd373
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -13,7 +13,6 @@ This is the source code for the blog post at https://jolicode.com/blog/making-a-

```shell
composer install
php bin/console tailwind:build
```

- Edit your `.env` and your `docker-compose.yaml` files to add your database credentials
Expand Down
6 changes: 4 additions & 2 deletions composer.json
Expand Up @@ -75,10 +75,12 @@
"assets:install %PUBLIC_DIR%": "symfony-cmd"
},
"post-install-cmd": [
"@auto-scripts"
"@auto-scripts",
"php bin/console tailwind:build"
],
"post-update-cmd": [
"@auto-scripts"
"@auto-scripts",
"php bin/console tailwind:build"
]
},
"conflict": {
Expand Down

0 comments on commit 76cd373

Please sign in to comment.