@gitlab/duo-cli 8.16.1 → 8.19.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -29,8 +29,11 @@ This will create cross-platform executables in the `./bin` directory:
29
29
 
30
30
  ### Development
31
31
 
32
- You can run the application in watch mode using `npm run watch` command. It will be executed directly with bun.
33
- You can also compile the application to node.js and run it with `npm run start` command.
32
+ There are a few handy commands available for development:
33
+
34
+ - `watch` - starts the application with bun in watch mode. The application will be automatically restarted if code changes are made
35
+ - `dev:watch-tools` - as above, but react devtools will be started alongside connected to the application
36
+ - `start` - compiles the application to js and starts it. This is exactly the version of the app that will be packaged to the npm package. It is recommended to test your changes with it before creating an MR
34
37
 
35
38
  ## Troubleshooting
36
39