File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 255255 <copy file =" app/config/config.sample.local.neon" tofile =" app/config/config.local.neon" />
256256
257257 <!-- Install dependencies -->
258- <exec command =" composer install" passthru =" true" />
259- <exec command =" yarn install" passthru =" true" />
258+ <exec command =" composer install" passthru =" true" checkreturn = " true " />
259+ <exec command =" yarn install" passthru =" true" checkreturn = " true " />
260260
261261 <!-- Build frontend assets -->
262- <exec command =" yarn build" passthru =" true" />
262+ <exec command =" yarn build" passthru =" true" checkreturn = " true " />
263263
264264 <!-- Prepare database schema -->
265- <exec command =" bin/console migrations:migrate --no-interaction" passthru =" true" />
265+ <exec command =" bin/console migrations:migrate --no-interaction" passthru =" true" checkreturn = " true " />
266266 </target >
267267</project >
You can’t perform that action at this time.
0 commit comments