Skip to content

Commit

Permalink
DOCS - Remove development commands to run the apllication using Node.…
Browse files Browse the repository at this point in the history
…js in production environments
  • Loading branch information
Juansecu committed Feb 25, 2024
1 parent bbd72aa commit 82d906d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ you can install it using the following commands:
$ corepack enable
# Install PNPM
$ corepack prepare pnpm@latest --activate
$ corepack prepare pnpm@latest-8 --activate
```
After installing PNPM, you can run
Expand All @@ -127,9 +127,6 @@ the following command to install the dependencies:
$ pnpm install
# Production
$ pnpm install
$ pnpm build
# ...Remove node_modules folder
$ pnpm install --prod
```
Expand Down

0 comments on commit 82d906d

Please sign in to comment.