@gitlab/duo-cli 8.17.0 → 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 +5 -2
- package/dist/index.js +804 -836
- package/dist/index.js.map +351 -71
- package/package.json +8 -6
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
|
-
|
|
33
|
-
|
|
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
|
|