fix pnpm test script

This commit is contained in:
s1idewhist1e 2023-05-08 09:33:46 -07:00
parent 92fcfc1a08
commit 393c8c9427
No known key found for this signature in database
GPG key ID: 9CC756BB9B325062

View file

@ -25,8 +25,8 @@
"cy:open": "cypress open --browser --e2e --config-file=cypress.config.ts",
"cy:run": "cypress run",
"e2e": "start-server-and-test start:test http://localhost:61812 cy:run",
"mocha": "pnpm --filter backend run mocha",
"test": "pnpm run mocha",
"test": "pnpm run -r test",
"test:backend": "pnpm run --filter backend test",
"format": "pnpm rome format packages/**/* --write && pnpm --filter client run format",
"clean": "pnpm node ./scripts/clean.js",
"clean-all": "pnpm node ./scripts/clean-all.js",