Skip to content

Commit 6cd1b4b

Browse files
authored
Add "test" script in Available Scripts secion
1 parent 315e57e commit 6cd1b4b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,12 @@ And then open http://localhost:3000 to view it in the browser.
7777

7878
In this project, you can run the following scripts:
7979

80-
| Script | Description |
81-
| ------------- | --------------------------------------------------- |
82-
| npm run dev | Runs the app in the development mode. |
83-
| npm run build | Builds the app for production to the `dist` folder. |
84-
| npm run serve | Serves the production build from the `dist` folder. |
80+
| Script | Description |
81+
| ------------- | ------------------------------------------------------- |
82+
| npm start | Runs the app in the development mode. |
83+
| npm test | Launches the test runner in the interactive watch mode. |
84+
| npm run build | Builds the app for production to the `dist` folder. |
85+
| npm run serve | Serves the production build from the `dist` folder. |
8586

8687
## Credits
8788

0 commit comments

Comments
 (0)