diff --git a/package.json b/package.json index 6800851b..2c8212f5 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "watch:renderer": "webpack-dev-server --config webpack.config.renderer.js", "test": "npm-run-all lint:js test:unit test:e2e", "test:docker": "node scripts/setup_e2e_docker.js", - "test:e2e": "cross-env NODE_ENV=test npm-run-all build test:e2e:build test:e2e:run", + "test:e2e": "cross-env NODE_ENV=test npm-run-all build build-robotjs test:e2e:build test:e2e:run", "test:e2e:performance": "cross-env NODE_ENV=test PERFORMANCE=true npm-run-all build build-robotjs test:e2e:build-performance test:e2e:run-performance", "test:e2e:nobuild": "cross-env NODE_ENV=test npm-run-all test:e2e:build test:e2e:run", "test:e2e:build": "webpack-cli --config webpack.config.test.js",