Skip to content

Commit ca12b9e

Browse files
committed
Don't 'run' builtin commands
These are built in to npm.
1 parent 4dcf649 commit ca12b9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ Then, there are several npm scripts that will be useful:
5757

5858
```bash
5959
# run the unit tests
60-
npm run test
60+
npm test
6161

6262
# run a dev server
63-
npm run start
63+
npm start
6464

6565
# run both a dev server and eslint
6666
npm run dev

0 commit comments

Comments
 (0)