Skip to content

Commit abfb3d3

Browse files
committed
change pnpm run dev for pnpm start
1 parent b2e2b36 commit abfb3d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pnpm install
1515
## Lancement
1616

1717
```bash
18-
pnpm run dev
18+
pnpm start
1919
```
2020

2121
## Déploiement

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "1.0.1",
55
"type": "module",
66
"scripts": {
7-
"dev": "vite",
7+
"start": "vite",
88
"build": "tsc && vite build",
99
"preview": "vite preview"
1010
},

0 commit comments

Comments
 (0)