fix pnpm test script
This commit is contained in:
parent
92fcfc1a08
commit
393c8c9427
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@
|
||||||
"cy:open": "cypress open --browser --e2e --config-file=cypress.config.ts",
|
"cy:open": "cypress open --browser --e2e --config-file=cypress.config.ts",
|
||||||
"cy:run": "cypress run",
|
"cy:run": "cypress run",
|
||||||
"e2e": "start-server-and-test start:test http://localhost:61812 cy:run",
|
"e2e": "start-server-and-test start:test http://localhost:61812 cy:run",
|
||||||
"mocha": "pnpm --filter backend run mocha",
|
"test": "pnpm run -r test",
|
||||||
"test": "pnpm run mocha",
|
"test:backend": "pnpm run --filter backend test",
|
||||||
"format": "pnpm rome format packages/**/* --write && pnpm --filter client run format",
|
"format": "pnpm rome format packages/**/* --write && pnpm --filter client run format",
|
||||||
"clean": "pnpm node ./scripts/clean.js",
|
"clean": "pnpm node ./scripts/clean.js",
|
||||||
"clean-all": "pnpm node ./scripts/clean-all.js",
|
"clean-all": "pnpm node ./scripts/clean-all.js",
|
||||||
|
|
Loading…
Reference in a new issue