I am trying to pack a web app using Google Cloud Builder.
I already have npm install
working in a previous step of the same build.
File webpack.config.js
is ready to use and tested outside Google Cloud Builder. It is cloned inside the /workspace
in a previous step of this build.
How do I execute webpack
command as a build step?