Georgi Jefferski

Results 2 comments of Georgi Jefferski

Any news on this one? I have the same issue using `gcloud app deploy app.yaml` deploying to App Engine. No matter if I set env variable `NODE_ENV: production` or not,...

@matthewrobertson There is only `Step #2 - "build": Running "npm prune"` log, no `"Retaining devDependencies because..."` log. I am not a Go engineer, but shouldn't `gcp.WithEnv("NODE_ENV="+nodejs.EnvProduction)` be placed [here](https://github.com/GoogleCloudPlatform/buildpacks/blob/main/cmd/nodejs/npm/main.go#L128) (or...