Skip to content

Commit f16237c

Browse files
committed
add newlines
1 parent a1ac4a2 commit f16237c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

root/modules/cache.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ cd /opt/app
66
echo "Build caches..."
77
php artisan config:cache
88
php artisan route:cache
9-
php artisan view:cache
9+
php artisan view:cache

root/modules/dev.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ cd /opt/app
33

44
echo "Build development..."
55
composer install --prefer-dist --no-progress --no-interaction
6-
yarn
6+
yarn

root/modules/storage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
cd /opt/app
33

44
echo "Create storage symlink..."
5-
su www-data -s /bin/sh -c "php artisan storage:link -q"
5+
su www-data -s /bin/sh -c "php artisan storage:link -q"

0 commit comments

Comments
 (0)