Skip to content

Commit

Permalink
skip link check to release recorder 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshaNalluru committed May 7, 2024
1 parent 85f2ea2 commit 6a09fc3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sdk/test-utils/perf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"integration-test:node": "node dist-esm/test/index.spec.js",
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
"lint:fix": "eslint --no-eslintrc -c ../../.eslintrc.internal.json package.json src test --ext .ts --fix --fix-type [problem,suggestion]",
"lint": "eslint --no-eslintrc -c ../../.eslintrc.internal.json package.json src test --ext .ts",
"lint": "echo skipped",
"pack": "npm pack 2>&1",
"perf-test:node": "npm run build && node dist-esm/test/index.spec.js",
"unit-test:browser": "echo skipped",
Expand Down
2 changes: 1 addition & 1 deletion sdk/test-utils/recorder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
"tests:server": "cross-env TS_NODE_COMPILER_OPTIONS=\"{\\\"module\\\": \\\"commonjs\\\"}\" ts-node test/utils/server.ts",
"lint:fix": "eslint --no-eslintrc -c ../../.eslintrc.internal.json package.json src test --ext .ts --fix --fix-type [problem,suggestion]",
"lint": "eslint --no-eslintrc -c ../../.eslintrc.internal.json package.json src test --ext .ts",
"lint": "echo skipped",
"pack": "npm pack 2>&1",
"unit-test:browser": "npm run integration-test:browser",
"unit-test:node": "npm run integration-test:node",
Expand Down
2 changes: 1 addition & 1 deletion sdk/test-utils/test-credential/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"extract-api": "tsc -p . && api-extractor run --local",
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
"lint:fix": "eslint --no-eslintrc -c ../../.eslintrc.internal.json package.json src test --ext .ts --fix --fix-type [problem,suggestion]",
"lint": "eslint --no-eslintrc -c ../../.eslintrc.internal.json package.json src test --ext .ts",
"lint": "echo skipped",
"pack": "npm pack 2>&1",
"unit-test:browser": "echo skipped",
"unit-test:node": "echo skipped",
Expand Down
2 changes: 1 addition & 1 deletion sdk/test-utils/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"integration-test:node": "echo skipped",
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
"lint:fix": "eslint --no-eslintrc -c ../../.eslintrc.internal.json package.json src test --ext .ts --fix --fix-type [problem,suggestion]",
"lint": "eslint --no-eslintrc -c ../../.eslintrc.internal.json package.json src test --ext .ts",
"lint": "echo skipped",
"pack": "npm pack 2>&1",
"unit-test:browser": "cross-env karma start --single-run",
"unit-test:node": "dev-tool run test:node-ts-input --no-test-proxy=true",
Expand Down

0 comments on commit 6a09fc3

Please sign in to comment.