Skip to content

Commit

Permalink
Update README.md (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
gronxb authored Sep 23, 2024
1 parent 074b813 commit 3430b96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ $ npm lopm -v
<img width="817" alt="image" src="https://user-images.githubusercontent.com/41789633/227415615-e376f391-0297-4397-813e-b08807f20686.png">

**Example:**
`node_modules` capacity increases due to changes from pnpm symbolic links to hard links.
`node_modules` capacity increases due to changes from pnpm symbolic links to copies.
* `lopm run <command>`

The command entered in the parameter is executed.
Expand Down Expand Up @@ -98,7 +98,7 @@ Specify `files` field to export out
After `pnpm install` or `yarn install`, synchronization must be performed through the `lopm sync` command.
That is, it must be done immediately before build or development.

The `lopm run <command>` command is in watch mode. Hard link again if any changes to the local package occur while the command is running.
The `lopm run <command>` command is in watch mode. Copy again if any changes to the local package occur while the command is running.

The command `pnpm install` or `yarn install` will restore it.

Expand Down

0 comments on commit 3430b96

Please sign in to comment.