Skip to content

Commit

Permalink
fix: 🐛 allow cache
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgrv committed Jan 3, 2025
1 parent a6c83de commit 626e509
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/larasets/configure-sail.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ init

### Build sail if needed
if [ -n "$LARAVEL_SAIL" ] && [ "$LARAVEL_SAIL" -eq 1 ]; then
sail build --no-cache
sail build
fi
2 changes: 1 addition & 1 deletion src/larasets/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Laravel settings",
"version": "3.0.12",
"version": "3.0.13",
"description": "A feature to add useful laravel settings to your shell.",
"containerEnv": {
"APP_DEBUG": "true",
Expand Down

0 comments on commit 626e509

Please sign in to comment.