Skip to content

Commit

Permalink
chore(docs): Add note about private packages
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts committed Nov 3, 2023
1 parent f482749 commit 4ec5b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/content/docs/reference/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Run this command inside your destination folder. You'll be asked questions about

## `secco`

`secco` will scan your destination's `package.json` file and compare it with the available packages inside your source. It'll then copy over all changes into your destination's `node_modules` folder. Additionally, a watch task is started to continue copying over changes.
`secco` will scan your destination's `package.json` file and compare it with the available packages inside your source. It'll then copy over all changes into your destination's `node_modules` folder. Additionally, a watch task is started to continue copying over changes. Packages that have [`"private": true`](https://docs.npmjs.com/cli/v10/configuring-npm/package-json#private) set will be ignored.

Typically you'll want to also start a `watch` script inside your source to continuously compile your package artifacts.

Expand Down

0 comments on commit 4ec5b6f

Please sign in to comment.