1
0
Форкнуть 0

make it some that python files are present in the out dir

This commit is contained in:
Luke Slevinsky 2019-06-10 15:37:43 -07:00
Родитель ccb86684ed
Коммит f32b38cbdc
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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",