Skip to content

Commit

Permalink
update Publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuseeq1 committed Sep 24, 2024
1 parent c3747f5 commit 53ec208
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/publish
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ fi

# Run all the tests.
bazel run @nodejs//:yarn config set registry https://us-npm.pkg.dev/artifact-foundry-prod/ah-3p-staging-npm/
bazel run @nodejs//:npm install
bazel test //... --build_tests_only

VERSION=$(cat version.bzl | grep DF_VERSION | awk '{ print $3 }' | sed "s/\"//g")
Expand Down

0 comments on commit 53ec208

Please sign in to comment.