Skip to content

Commit

Permalink
probably fix windows setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
nofurtherinformation committed Aug 26, 2024
1 parent a6fc03b commit 366bf24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup-windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ if not exist ".\node-v18.17.1-win-x64\node.exe" (


REM Install npm dependencies
echo Installing npm dependencies and running applicaiton...
.\node-v18.17.1-win-x64\npx pnpm install && .\node-v18.17.1-win-x64\npx pnpm dev
echo Installing npm dependencies and running application...
.\node-v18.17.1-win-x64\npm i -g pnpm && pnpm install && .\node-v18.17.1-win-x64\npx pnpm dev

ENDLOCAL
pause

0 comments on commit 366bf24

Please sign in to comment.