Skip to content

fix failing deploy

Pranav Tiwari requested to merge pt/ci_fix into master

setting the node_env to production causes the build to fail since all the required dependencies are not installed. Long term fix will be to fix the dependencies, but quick fix for now is to use the env 'deploy' instead of 'production'

Merge request reports