Match expected esbuild/tailwind versions.

pull/12/head
Joshua Potter 2023-12-02 07:27:25 -07:00
parent 62bb6b202e
commit e51eeea19f
1 changed files with 3 additions and 1 deletions

View File

@ -100,8 +100,10 @@ done
sed -i \ sed -i \
'42 s/$/,/; '42 s/$/,/;
43 i \ \ path: System.get_env("MIX_ESBUILD_PATH") 43 i \ \ path: System.get_env("MIX_ESBUILD_PATH")
s/version: \"0.17.11\"/version: \"0.19.7\"/
54 s/$/,/; 54 s/$/,/;
55 i \ \ path: System.get_env("MIX_TAILWIND_PATH")' \ 55 i \ \ path: System.get_env("MIX_TAILWIND_PATH")
s/version: \"3.3.2\"/version: \"3.3.5\"/' \
"$BUILD/config/config.exs" "$BUILD/config/config.exs"
# By default Phoenix generates a postgres configuration with assumed username # By default Phoenix generates a postgres configuration with assumed username