Skip to content
This repository was archived by the owner on Apr 29, 2022. It is now read-only.
This repository was archived by the owner on Apr 29, 2022. It is now read-only.

Exit with 1 when there's a build error #157

Description

@lucalanca

Don't know if this is the proper fix, but this is how it was fixed in other project:

add this to the end of gulp/utils/handleError.js function:

if (process.env.NODE_ENV === 'production') {
    throw error;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions