You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change includes @bazel/bazelisk as a dependency and runs all build/test execution through NPM removing dependency on a local Bazel installation.
Also changes the following:
- pre/post build hooks
- uses rimraf for cross platform compatibility
- removes bazel cache as it is not necessary
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@ An OpenAPI specification for Google Maps Platform APIs.
32
32
The repository makes use of [Bazel](https://bazel.build/) to generate outputs from the specification and sample requests.
33
33
34
34
### Build and test
35
+
1.`npm i`
35
36
36
37
1.`npm run build`
37
38
@@ -51,7 +52,7 @@ The repository makes use of [Bazel](https://bazel.build/) to generate outputs fr
51
52
52
53
1.`npm run build:responses` (optional)
53
54
54
-
> **Note**: This is an optional step requiring an API key. Set the `GOOGLE_MAPS_API_KEY` environmental variable before running.**Hint**: Use a `.bazelrc.user` file at the root of this project.
55
+
> **Note**: This is an optional step requiring an API key. Set the `GOOGLE_MAPS_API_KEY` environmental variable before running.
55
56
56
57
> **Note**: This step only needs to run when the generation code or sample requests have been updated.
0 commit comments