diff --git a/package.json b/package.json index 9d0267d..5da1afa 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "fix-style": "eslint --fix **/*.js", "lintHTML": "htmlhint '**/*.html'", "lintCSS": "stylelint '**/*.css'", - "http-server": "http-server source &" + "http-server": "http-server source" }, "devDependencies": { "eslint": "^8.27.0",