You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my enterprise, we use jenkins for compiling our code and dockerize the whole project.
The problem is when I use npm run build (that execute encore production --progress) it tries to execute the command php bin/console fos:js-routing:dump ...
The problem is the server where I execute npm just contains node js and no php. I need to execute the php command separately.
Is there possible to not execute the php command after executing npm run build?
The text was updated successfully, but these errors were encountered:
In my enterprise, we use jenkins for compiling our code and dockerize the whole project.
The problem is when I use
npm run build
(that executeencore production --progress
) it tries to execute the commandphp bin/console fos:js-routing:dump ...
The problem is the server where I execute npm just contains node js and no php. I need to execute the php command separately.
Is there possible to not execute the php command after executing npm run build?
The text was updated successfully, but these errors were encountered: