diff --git a/package.json b/package.json index ef5cb94682..e71fec2997 100755 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "publish-npm": "lerna publish from-package --yes --no-verify-access --ignore-scripts --registry https://registry.npmjs.org", "publish-github": "lerna publish from-package --yes --no-verify-access --ignore-scripts --registry https://npm.pkg.github.com", "test": "cross-env TEST=true lerna run --scope '@etherealengine/*' test && lerna run --ignore '@etherealengine/*' test", - "test-e2e": "cd packages/projects/projects/ee-development-test-suite && mocha --config .mocharc.js --spec 'e2e/**/*.test.ts'", + "test-e2e": "cd packages/projects/projects/ee-development-test-suite && mocha --config .mocharc.js --spec 'e2e/core/*.test.ts'", "test:ci": "cpy --no-overwrite --rename=.env.local '.env.local.default' . && cross-env CI=true npm run test", "validate": "npm run lint && lerna run validate", "version-increment": "lerna version --conventional-commits --yes",