Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Production mode npm start:prod  #28

@bobstarbird

Description

@bobstarbird

Following instructions like:

npm start:prod
or
NODE_ENV=production npm start:prod
results in errors
Usage: npm

Workaround:
npm run-script start:prod

package.json contains
"scripts": {

"start:prod": "cross-env-shell NODE_ENV=production GROVE_UI_BUILD_PATH=../ui/build npm run middleTier:prod",

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