Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
serhii-kostiv committed Jan 19, 2024
1 parent 6e33e48 commit 487b82b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ npm run start:dev or npm run start:dev:vite - run server + frontend project in d
- `npm run start:dev:vite` - Run frontend project on vite + backend
- `npm run start:dev:server` - Run backend server
- `npm run build:prod` - Build in prod mode
- `build:prod:analyze` - Runs the webpack bundler in production mode and includes a step for bundle analysis,
- `npm run build:prod:analyze` - Runs the webpack bundler in production mode and includes a step for bundle analysis,
- `npm run build:dev` - Build in dev mode (non-minified)
- `npm run build:dev:analyze` - Runs the webpack bundler in dev mode and includes a step for bundle analysis,
- `npm run lint:ts` - Lint check for ts files
Expand Down

0 comments on commit 487b82b

Please sign in to comment.