yarn-no-save
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -11,3 +11,3 @@ { | ||
"sideEffects": false, | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Enabling --no-save/-N option to Yarn cli commands", | ||
@@ -14,0 +14,0 @@ "keywords": [ |
@@ -39,3 +39,3 @@ # yarn-no-save | ||
``` | ||
This will reinstall Yarn from your current registry. If you want `--no-save` option to come back, you should run the following commands: | ||
This will reinstall Yarn from your current registry. If you want `--no-save` / `-N` option back, you should run the following commands: | ||
```bash | ||
@@ -56,7 +56,23 @@ $ yns | ||
4. Restart watching service: | ||
4. Reload watching service: | ||
> This doesn't unload watching configs, just reloads the service (quick reload). | ||
```bash | ||
$ yns reload | ||
``` | ||
5. Restart watching service: | ||
> This unloads watching configs and starts from the beginning (full restart). | ||
```bash | ||
$ yns restart | ||
``` | ||
6. Check if `--no-save` / `-N` option is available: | ||
```bash | ||
$ yns check | ||
``` | ||
or | ||
```bash | ||
$ yns validate | ||
``` | ||
# To Mention | ||
@@ -63,0 +79,0 @@ |
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
2328127
7
87
5