]> piware.de Git - webcomponents.git/commitdiff
npm: Use python3
authorMartin Pitt <martin@piware.de>
Sat, 18 Apr 2020 18:05:10 +0000 (20:05 +0200)
committerMartin Pitt <martin@piware.de>
Sat, 18 Apr 2020 18:05:16 +0000 (20:05 +0200)
npm/package.json

index b35e3512d67a894fb330bcb7f2915a3101e922ea..ed0a50d632f57a797f42cf467d0661db85fdda7a 100644 (file)
@@ -11,7 +11,7 @@
   "scripts": {
     "install": "npx @pika/web",
     "test": "echo \"Error: no test specified\" && exit 1",
   "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"
   },
   "author": "",
   "license": "ISC"