Skip to content
This repository has been archived by the owner on Dec 23, 2021. It is now read-only.

Commit

Permalink
Merge pull request #8 from microsoft/users/t-luslev/move-python-build
Browse files Browse the repository at this point in the history
Move python lib into the out directory
  • Loading branch information
LukeSlev authored Jun 11, 2019
2 parents ccb8668 + f32b38c commit bcd5b6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit bcd5b6d

Please sign in to comment.