Skip to content

Commit bf336d9

Browse files
authored
remove scripts dev modules bin path
as stated in the youtube tutorial the full path to the npm module binary "./node_modules/.bin/" is not necessary, in case you start the script via npm run
1 parent 7788803 commit bf336d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-basic-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"devDependencies": {},
2222
"scripts": {
23-
"dev": "./node_modules/.bin/webpack-dev-server --content-base src --inline --hot",
23+
"dev": "webpack-dev-server --content-base src --inline --hot",
2424
"test": "echo \"Error: no test specified\" && exit 1"
2525
},
2626
"author": "",

0 commit comments

Comments
 (0)