From f32b38cbdc429b02e413a3cbf74798760e20eadf Mon Sep 17 00:00:00 2001 From: Luke Slevinsky Date: Mon, 10 Jun 2019 15:37:43 -0700 Subject: [PATCH] make it some that python files are present in the out dir --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 779cd1af5..f8b3cfbde 100644 --- a/package.json +++ b/package.json @@ -45,6 +45,7 @@ "compile": "npm-run-all compile:*", "compile:extension": "tsc", "compile:views": "webpack --mode development", + "compile:python": "xcopy src\\setup.py out\\ /I /Y && xcopy src\\adafruit_circuitplayground out\\adafruit_circuitplayground /S /I /E /Y", "watch": "npm-run-all -p watch:*", "watch:extension": "tsc --watch", "watch:views": "webpack --watch --mode development",