Skip to content

Commit 250e5d6

Browse files
authored
Merge pull request #446 from mbarzeev/patch-1
Update README.md
2 parents 95b716f + 6018371 commit 250e5d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

03-GettingStarted/01-first-server/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -415,8 +415,8 @@ Open the *package.json* file and replace the content with the following to ensur
415415
"main": "index.js",
416416
"type": "module",
417417
"scripts": {
418-
"start": "tsc && node ./build/index.js",
419-
"build": "tsc && node ./build/index.js"
418+
"build": "tsc",
419+
"start": "npm run build && node ./build/index.js",
420420
},
421421
"keywords": [],
422422
"author": "",

0 commit comments

Comments
 (0)