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.
2 parents 95b716f + 6018371 commit 250e5d6Copy full SHA for 250e5d6
03-GettingStarted/01-first-server/README.md
@@ -415,8 +415,8 @@ Open the *package.json* file and replace the content with the following to ensur
415
"main": "index.js",
416
"type": "module",
417
"scripts": {
418
- "start": "tsc && node ./build/index.js",
419
- "build": "tsc && node ./build/index.js"
+ "build": "tsc",
+ "start": "npm run build && node ./build/index.js",
420
},
421
"keywords": [],
422
"author": "",
0 commit comments