marklogic-community / grove

Grove, a toolkit full of tooling, templates, and other resources that help with building UI applications on top of MarkLogic.

Home Page:https://marklogic-community.github.io/grove/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Production mode npm start:prod

bobstarbird opened this issue · comments

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",