pnpm run install --> pnpm install. There is no target in package.json defining install. Instead what is meant is the pnpm command 'install'

This commit is contained in:
Johnathan James 2024-07-04 14:17:52 -06:00
parent e6923e7881
commit f5609d9d4b

View File

@ -26,7 +26,7 @@ Ports can vary, so check the URL you're using.
### Project setup ### Project setup
``` ```
pnpm run install pnpm install
``` ```
### Compiles and hot-reloads for development ### Compiles and hot-reloads for development