Skip to content

Commit

Permalink
chore(docs): add warning for .npmrc config
Browse files Browse the repository at this point in the history
  • Loading branch information
froggy1014 committed Jan 28, 2025
1 parent 9e906e5 commit e939300
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions www/docs/overview/Installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ echo "@sipe-team:registry=https://npm.pkg.github.com/" >> .npmrc
```


:::warning

Important: Make sure to add .npmrc to your .gitignore file to prevent committing your token.
For CI/CD environments, use secrets management to store your GitHub token as a secret environment variable.

:::


### `.npmrc` configuration for global

```sh
Expand Down

0 comments on commit e939300

Please sign in to comment.