We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dabec77 commit cc6b014Copy full SHA for cc6b014
package.json
@@ -4,7 +4,7 @@
4
"description": "Phaser 3 Examples",
5
"main": "index.js",
6
"scripts": {
7
- "start": "./node_modules/.bin/http-server -s -o",
+ "start": "http-server -s -o",
8
"update": "node ./build.js",
9
"update355": "node ./build355.js",
10
"update324": "node ./build324.js",
0 commit comments