From 0ebf9f8a20f024c4d6e5cf468c2585562a2dee34 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Thu, 17 Nov 2022 11:38:05 -0800 Subject: [PATCH] fix typo in package.json Signed-off-by: Arthur Lu --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",