Skip to content

Commit 4ddfceb

Browse files
Fix typo
1 parent 868b6a5 commit 4ddfceb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@
8080
"scripts": {
8181
"lint": "tslint -p tsconfig_tslint.json",
8282
"test": "bazel test //:tests",
83-
"test-cpu": "bazel test //:test_cpu",
84-
"test-gpu": "bazel test //:test_gpu",
83+
"test-cpu": "bazel test //:tests_cpu",
84+
"test-gpu": "bazel test //:tests_gpu",
8585
"build": "cd link-package && yarn build",
8686
"test-packages-ci": "yarn generate-cloudbuild-for-packages && ./scripts/run-build.sh",
8787
"nightly-cloudbuild": "NIGHTLY=true yarn generate-cloudbuild-for-packages && gcloud builds submit . --config=cloudbuild_generated.yml --substitutions=_NIGHTLY=true",

0 commit comments

Comments
 (0)