I noticed, while playing around, that the release:files target moved both the ui and dna folder to the release package. As I am playing with the project, and using Docker to deploy, I need to do a reset --hard HEAD everytime I want to baseline.
This pull request does the following:
Added the ncp package to the developer dependancies.
Copies the ui and dna folders over to the release folder rather than moving them.
I noticed, while playing around, that the release:files target moved both the ui and dna folder to the release package. As I am playing with the project, and using Docker to deploy, I need to do a reset --hard HEAD everytime I want to baseline.
This pull request does the following: