Skip to content

Commit

Permalink
Added Dev guide to the open-source build script
Browse files Browse the repository at this point in the history
  • Loading branch information
araviraj-aws committed Nov 24, 2021
1 parent c4c48e5 commit 03e77f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deployment/build-open-source-dist.sh
Expand Up @@ -69,6 +69,8 @@ echo "cp $orig_deployment_dir/../CODE_OF_CONDUCT.md $dist_dir"
cp $orig_deployment_dir/../CODE_OF_CONDUCT.md $dist_dir
echo "cp $orig_deployment_dir/../CONTRIBUTING.md $dist_dir"
cp $orig_deployment_dir/../CONTRIBUTING.md $dist_dir
echo "cp $orig_deployment_dir/../MRE-Developer-Guide.md $dist_dir"
cp $orig_deployment_dir/../MRE-Developer-Guide.md $dist_dir

echo "------------------------------------------------------------------------------"
echo "[Packing] Remove compiled python and node.js files"
Expand Down

0 comments on commit 03e77f4

Please sign in to comment.