Skip to content

Commit

Permalink
chore: update CONTRIBUTING.md and make releaseType node (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe authored and callmehiphop committed Oct 9, 2019
1 parent 1ccd9f2 commit 592dd77
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/google-cloud-automl/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,12 @@ accept your pull requests.

1. Run the tests:

# Run all tests.
# Run unit tests.
npm test

# Run all unit tests.
npm run test-only
# Run sample integration tests.
gcloud auth application-default login
npm run samples-test

# Run all system tests.
gcloud auth application-default login
Expand Down

0 comments on commit 592dd77

Please sign in to comment.