Skip to content

Commit

Permalink
ci: quotes preventing tests from running
Browse files Browse the repository at this point in the history
  • Loading branch information
abenerd authored and Romakita committed Mar 25, 2024
1 parent aa72ab5 commit ca0f7f5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
"test": "yarn test:lint && yarn test:core && yarn test:specs && yarn test:platform && yarn test:integration && yarn test:graphql && yarn test:orm && yarn test:security && yarn test:formio && yarn test:third-parties",
"test:lint": "eslint '**/*.{ts,js}'",
"test:lint:fix": "eslint '**/*.{ts,js}' --fix",
"test:core": "lerna run test --scope \"@tsed/{core,di,common,engines,normalize-path}\" --stream --concurrency 2",
"test:platform": "lerna run test --ignore \"@tsed/platform-{express,koa}\" --scope \"@tsed/platform-*\" --stream --concurrency 2",
"test:integration": "lerna run test --scope \"@tsed/platform-{express,koa}\" --stream --concurrency 2",
"test:orm": "lerna run test --scope \"@tsed/{adapters,adapters-redis,mikro-orm,mongoose,objection,prisma,typeorm}\" --stream --concurrency 4",
"test:graphql": "lerna run test --scope \"@tsed/{apollo,typegraphql}\" --stream",
"test:security": "lerna run test --scope \"@tsed/{jwks,oidc-provider,passport,oidc-provider-plugin-wildcard-redirect-uri}\" --stream",
"test:specs": "lerna run test --scope \"@tsed/{ajv,exceptions,json-mapper,schema,swagger}\" --stream --concurrency 2",
"test:third-parties": "lerna run test --scope \"@tsed/{agenda,bullmq,async-hook-context,components-scan,event-emitter,seq,socketio,stripe,temporal,terminus,vite-ssr-plugin}\" --stream --concurrency 4",
"test:formio": "lerna run test --scope \"@tsed/{schema-formio,formio}\" --stream",
"test:core": "lerna run test --scope '@tsed/{core,di,common,engines,normalize-path}' --stream --concurrency 2",
"test:platform": "lerna run test --ignore '@tsed/platform-{express,koa}' --scope '@tsed/platform-*' --stream --concurrency 2",
"test:integration": "lerna run test --scope '@tsed/platform-{express,koa}' --stream --concurrency 2",
"test:orm": "lerna run test --scope '@tsed/{adapters,adapters-redis,mikro-orm,mongoose,objection,prisma,typeorm}' --stream --concurrency 4",
"test:graphql": "lerna run test --scope '@tsed/{apollo,typegraphql}' --stream",
"test:security": "lerna run test --scope '@tsed/{jwks,oidc-provider,passport,oidc-provider-plugin-wildcard-redirect-uri}' --stream",
"test:specs": "lerna run test --scope '@tsed/{ajv,exceptions,json-mapper,schema,swagger}' --stream --concurrency 2",
"test:third-parties": "lerna run test --scope '@tsed/{agenda,bullmq,async-hook-context,components-scan,event-emitter,seq,socketio,stripe,temporal,terminus,vite-ssr-plugin}' --stream --concurrency 4",
"test:formio": "lerna run test --scope '@tsed/{schema-formio,formio}' --stream",
"coverage": "merge-istanbul --out coverage/coverage-final.json \"**/packages/**/coverage/coverage-final.json\" && nyc report --reporter text --reporter html --reporter lcov -t coverage --report-dir coverage",
"build": "monorepo build --verbose",
"build:references": "node ./tools/typescript",
Expand Down

0 comments on commit ca0f7f5

Please sign in to comment.