Skip to content

Conversation

@Realtin
Copy link
Member

@Realtin Realtin commented Jul 2, 2018

to always run pretest command

 to always run pretest command
@Realtin Realtin requested a review from hulkoba July 2, 2018 11:50
Copy link
Contributor

@hulkoba hulkoba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test:sequential needs the NODE_ENV=testing

"db:start": "./start-couchdb",
"deploy": "./deploy",
"pretest": "standard && npm run db:start",
"pretest": "standard && npm run db:start NODE_ENV=testing",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why put NODE_ENV=testing at the end instead of NODE_ENV=testing npm...?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants