Skip to content
Prev Previous commit
update readme
  • Loading branch information
cperaltah committed Jan 17, 2025
commit f5a1ba422c0f55de8b217937321cb9b694139f11
2 changes: 1 addition & 1 deletion tools/tsp-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Sort an existing swagger specification to be the same content order with TypeSpe

### generate-config-files

Generate the `emitter-package.json` and `emitter-package-lock.json` used for tsp-client commands under the eng/ directory of your current repository.
Generate the `emitter-package.json` and `emitter-package-lock.json` used for tsp-client commands under the eng/ directory of your current repository. Run this command from the target repository and pass in the path to the package.json file of the emitter you want to use generate the configuration files.

### generate-lock-file

Expand Down
Loading