Skip to content
Snippets Groups Projects
Verified Commit 6f6f6c3e authored by hanfi's avatar hanfi
Browse files

specify debug port

parent bb9e320b
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified!\" && exit 1", "test": "echo \"Error: no test specified!\" && exit 1",
"serve": "browser-sync start --server \"dist\" --files \"dist\"", "serve": "browser-sync start --server \"dist\" --files \"dist\" --port 3000 --ui-port 3001",
"css:scss": "node-sass --output-style compressed -o dist src/scss", "css:scss": "node-sass --output-style compressed -o dist src/scss",
"css:autoprefixer": "postcss -u autoprefixer -r dist/*.css", "css:autoprefixer": "postcss -u autoprefixer -r dist/*.css",
"css:lint": "stylelint src/scss/*.scss --custom-syntax postcss-scss", "css:lint": "stylelint src/scss/*.scss --custom-syntax postcss-scss",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment