Skip to content

Commit

Permalink
chore: update CONTRIBUTING.md and make releaseType node (#780)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe authored and callmehiphop committed Oct 9, 2019
1 parent c3654c1 commit 76a879d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
1 change: 1 addition & 0 deletions .github/release-please.yml
@@ -0,0 +1 @@
releaseType: node
11 changes: 4 additions & 7 deletions CONTRIBUTING.md
Expand Up @@ -47,14 +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 all conformance tests.
npm run conformance
# Run sample integration tests.
gcloud auth application-default login
npm run samples-test

# Run all system tests.
gcloud auth application-default login
Expand All @@ -64,5 +62,4 @@ accept your pull requests.

npm run fix


[setup]: https://cloud.google.com/nodejs/docs/setup

0 comments on commit 76a879d

Please sign in to comment.