We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d31bf12 commit 07d26cdCopy full SHA for 07d26cd
README.md
@@ -49,11 +49,11 @@ yarn
49
#### Run the app
50
51
```
52
-npm run dev
+npm run start
53
54
or
55
56
-yarn run dev
+yarn start
57
58
59
#### Build the app (automatic)
@@ -63,7 +63,7 @@ npm run package
63
64
65
66
-yarn run package
+yarn package
67
68
69
#### Build the app (manual)
@@ -73,15 +73,15 @@ npm run build
73
74
75
76
-npm run build
+yarn build
77
78
79
#### Test the app (after `npm run build` || `yarn run build`)
80
81
npm run prod
82
83
84
-yarn run prod
+yarn prod
85
86
87
### Code of Conduct
0 commit comments