From 3fbb8f23459c7ca0201f81302bd8dc894f9e7fa9 Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Mon, 19 Dec 2016 14:54:27 -0300 Subject: [PATCH] test env --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b791cb902..c61934043 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "lint-fix": "./node_modules/.bin/eslint bin/* . --fix", "test": "NODE_ENV=test ./node_modules/.bin/mocha --compilers js:babel-core/register tests/helpers/*.js --require ignore-styles --recursive tests", "test-watch": "NODE_ENV=test ./node_modules/.bin/mocha --compilers js:babel-core/register --recursive -w tests", - "pree2e": "scripts/pree2e.sh", + "pree2e": "NODE_ENV=test scripts/pree2e.sh", "e2e": "NODE_ENV=test nightwatch", "embed-start": "NODE_ENV=development npm run build && ./bin/cli serve --jobs" },