Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
test/bot
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish-aesthisia committed Dec 22, 2023
1 parent bf7c461 commit fc11fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit fc11fec

Please sign in to comment.