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