This repository has been archived by the owner on Aug 30, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(gulp): Gulp tasks overriding NODE_ENV (#2007)
Fixes an issue with the "defualt" & "build" Gulp tasks that override the current NODE_ENV. These two tasks should inherit the NODE_ENV that has been set. Also, updates the "prod" Gulp task to ensure the NODE_ENV is set to "prod" before the "build" task is run.
- Loading branch information