diff --git a/package.json b/package.json index ec4e230ed..f47873c84 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "watch:js": "nodemon --watch src --ext js -x 'npm run build:bundle'", "watch": "npm-run-all --parallel watch:js watch:css", "watch:fast": "npm-run-all --parallel watch:css web:preview", - "watch:example:browsersync": "browser-sync start --server 'example' --serveStatic 'dist' --files 'example/bundle.js, dist/uppy.min.css'", + "watch:example:browsersync": "browser-sync start --server 'example' --port 3452 --serveStatic 'dist' --files 'example/bundle.js, dist/uppy.min.css'", "watch:example:js": "watchify -t ['babelify'] example/main.js -o example/bundle.js -vd", "watch:example": "npm-run-all --parallel watch:example:js watch:css watch:example:browsersync", "web:build": "cd website && node update.js && ./node_modules/.bin/hexo generate --silent && node build-examples.js",