Skip to content

Commit

Permalink
build -> start
Browse files Browse the repository at this point in the history
  • Loading branch information
BaranovAleksei committed Jun 19, 2024
1 parent 363aa15 commit f827fdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ https://www.figma.com/design/jF5fFFzgGOxQeB4CmKWTiE/Chat_external_link?node-id=0

- `npm install` — установка стабильной версии,
- `npm run dev` — запуск версии для разработчика,
- `npm run build` — сборка стабильной версии.
- `npm run start` — сборка стабильной версии.

Проект выложен на Netlify:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite --port 3000",
"build": "vite build",
"start": "vite build",
"preview": "vite preview"
},
"devDependencies": {
Expand Down

0 comments on commit f827fdd

Please sign in to comment.