Skip to content

Commit

Permalink
🐛 FIX: workaround tthird party bug #140
Browse files Browse the repository at this point in the history
  • Loading branch information
apolopena committed May 21, 2021
1 parent 2115f68 commit 3a4e996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gp/bash/init-optional-scaffolding.sh
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ fi # end check laravel/ui already in vcs but needs composer install

# workaround for third party bug https://github.com/apolopena/gitpod-laravel-starter/issues/140
# force latest sass 1.32.*
yes | npx add-dependencies sass@1.32.12
yes | npx add-dependencies sass@1.32.12 --dev

# BEGIN: Optional react, react-dom and react-router-dom installs
if [ $install_react == 1 ]; then
Expand Down

0 comments on commit 3a4e996

Please sign in to comment.