Update creating-and-publishing-unscoped-public-packages.mdx (#225)
kemphack committed
Oct 3, 2022 at 21:19 UTC
5711f7a5e59f46224add683329b9636e587ecfc7
1 file changed
+1
-1
content/packages-and-modules/contributing-packages-to-the-registry/creating-and-publishing-unscoped-public-packages.mdx
+1
-1
@@ -53,7 +53,7 @@ For less sensitive information, such as testing data, use a `.npmignore` or `.gi
53
To reduce the chances of publishing bugs, we recommend testing your package before publishing it to the npm registry. To test your package, run `npm install` with the full path to your package directory:
54
55
```
56
-npm install my-package
56
+npm install path/to/my-package
57
```
58
59
## Publishing unscoped public packages