diff --git a/package.json b/package.json index 10089f1388..f18daa7e6d 100644 --- a/package.json +++ b/package.json @@ -34,12 +34,12 @@ "license-check": "devtools-license-check", "preinstall": "node bin/pre-install.js", "publish": "rimraf public_html && cp -r dist public_html", - "serve-static": "ws -d dist/ -s index.html -p 4242", + "serve-static": "ws -d dist/ -s index.html -p 4243", "start": "yarn build:clean && cross-env NODE_ENV=development node server.js", "start-prod": "yarn build-prod && yarn serve-static", "start-l10n": "yarn build:clean && cross-env NODE_ENV=development L10N=1 node server.js", "start-l10n-prod": "yarn build-l10n-prod && yarn serve-static", - "start-examples": "ws -d examples/ -s index.html -p 4242", + "start-examples": "ws -d examples/ -s index.html -p 4244", "start-docs": "ws -d docs-user/ -p 3000", "start-photon": "node res/photon/server", "test": "node bin/output-fixing-commands.js cross-env LC_ALL=C TZ=UTC NODE_ENV=test jest",