From 7750b93e16ecbe361c39b0bbc6ecf89b63954971 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Sat, 18 Apr 2020 20:05:10 +0200 Subject: [PATCH] npm: Use python3 --- npm/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npm/package.json b/npm/package.json index b35e351..ed0a50d 100644 --- a/npm/package.json +++ b/npm/package.json @@ -11,7 +11,7 @@ "scripts": { "install": "npx @pika/web", "test": "echo \"Error: no test specified\" && exit 1", - "run": "python -m http.server -b localhost" + "run": "python3 -m http.server -b localhost" }, "author": "", "license": "ISC" -- 2.39.2