Skip to content

Commit

Permalink
change to bazel build
Browse files Browse the repository at this point in the history
  • Loading branch information
jinjingforever committed Oct 27, 2021
1 parent a203936 commit 6da1c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tfjs-converter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"bundle-ci": "yarn build",
"build-link-package": "cd ../link-package && yarn build",
"build-deps": "yarn build-link-package",
"build-npm": "bazel test :tfjs-converter_pkg.pack",
"build-npm": "bazel build :tfjs-converter_pkg.pack",
"publish-npm": "bazel run :tfjs-converter_pkg.publish",
"test": "bazel test :tfjs-converter_test :test_snippets_test",
"test-ci": "yarn test",
Expand Down

0 comments on commit 6da1c57

Please sign in to comment.