Skip to content

Commit cc6b014

Browse files
removed the path on "npm start" so that Windows powershell will not have issues.
npm should identify the package and it's path automatically when invoke without the path.
1 parent dabec77 commit cc6b014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Phaser 3 Examples",
55
"main": "index.js",
66
"scripts": {
7-
"start": "./node_modules/.bin/http-server -s -o",
7+
"start": "http-server -s -o",
88
"update": "node ./build.js",
99
"update355": "node ./build355.js",
1010
"update324": "node ./build324.js",

0 commit comments

Comments
 (0)