Skip to content

Commit

Permalink
Shorter task names v2
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Stamm <ts@timostamm.de>
  • Loading branch information
timostamm committed Aug 30, 2024
1 parent fe5cf1f commit eed003b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/connect-conformance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ this repository.
For documentation on the conformance tests, see the repository [here](https://github.com/connectrpc/conformance?tab=readme-ov-file#documentation).

Note that this package does not run any conformance tests itself, but instead exports functionality to be used by other
packages, such as `connect-node`, `connect-web`, etc.
packages, such as `@connectprc/connect-node`, `@connectprc/connect-web`, etc.

## Updating the conformance version

Expand Down
6 changes: 3 additions & 3 deletions packages/connect-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"build": "npm run build:cjs && npm run build:esm",
"build:cjs": "tsc --project tsconfig.build.json --module commonjs --verbatimModuleSyntax false --moduleResolution node10 --outDir ./dist/cjs --declaration --declarationDir ./dist/cjs && echo >./dist/cjs/package.json '{\"type\":\"commonjs\"}'",
"build:esm": "tsc --project tsconfig.build.json --outDir ./dist/esm --declaration --declarationDir ./dist/esm",
"conformance:client:safari": "npm run conformance:safari:promise && npm run conformance:client:safari:callback",
"conformance:safari:promise": "connectconformance --mode client --conf conformance/conformance-web.yaml -- tsx conformance/client.ts --browser safari",
"conformance:client:safari:callback": "connectconformance --mode client --conf conformance/conformance-web.yaml --known-failing @conformance/known-failing-callback-client.txt -- tsx conformance/client.ts --browser safari --useCallbackClient",
"conformance:safari": "npm run conformance:safari:promise && npm run conformance:client:safari:callback",
"conformance:promise": "connectconformance --mode client --conf conformance/conformance-web.yaml -- tsx conformance/client.ts --browser safari",
"conformance:safari:callback": "connectconformance --mode client --conf conformance/conformance-web.yaml --known-failing @conformance/known-failing-callback-client.txt -- tsx conformance/client.ts --browser safari --useCallbackClient",
"conformance:chrome:promise": "connectconformance --mode client --conf conformance/conformance-web.yaml -- tsx conformance/client.ts --browser chrome",
"conformance:chrome:callback": "connectconformance --mode client --conf conformance/conformance-web.yaml --known-failing @conformance/known-failing-callback-client.txt -- tsx conformance/client.ts --browser chrome --useCallbackClient",
"conformance:firefox:promise": "connectconformance --mode client --conf conformance/conformance-web.yaml -- tsx conformance/client.ts --browser firefox",
Expand Down
4 changes: 2 additions & 2 deletions packages/connect-web/turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
"conformance:node:callback"
]
},
"conformance:client:safari": {
"conformance:safari": {
"cache": false,
"dependsOn": ["^build"]
},
"conformance:safari:promise": {
"cache": false,
"dependsOn": ["^build"]
},
"conformance:client:safari:callback": {
"conformance:safari:callback": {
"cache": false,
"dependsOn": ["^build"]
},
Expand Down

0 comments on commit eed003b

Please sign in to comment.