diff --git a/docs/contributing/contributing-code/contributing-code-building/README.md b/docs/contributing/contributing-code/contributing-code-building/README.md index 04804299..553c50d6 100644 --- a/docs/contributing/contributing-code/contributing-code-building/README.md +++ b/docs/contributing/contributing-code/contributing-code-building/README.md @@ -15,4 +15,3 @@ Once you have the prerequisites installed, you can build the repository with bel 3. Run `go run main.go --output ../../artifacts/types --clean` in the `src/aws-type-downloader` folder 4. Run `npm run --prefix ./src/aws-type-generator start -- --input ../../artifacts/types --output ../../artifacts/bicep` in the root folder -Note: `npm run --prefix` does not preserve the current working directory, so the extra `../..` is needed. \ No newline at end of file