Skip to content

Commit 70b9ce1

Browse files
committed
feat: create_workspace script should remove all packages under src
1 parent 0c991a5 commit 70b9ce1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/create_workspace.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ cp -r "${TEMPLATE_WS_DIR}" "${NEW_WS_DIR}"
3434
# Remove the files that should not be copied.
3535
rm -rf "${NEW_WS_DIR}/.vscode" "${NEW_WS_DIR}/docs"
3636
rm -rf "${NEW_WS_DIR}/build" "${NEW_WS_DIR}/install" "${NEW_WS_DIR}/log"
37+
rm -rf "${NEW_WS_DIR}/src/"*
3738
mkdir "${SCRIPT_DIR}/../docs/${NEW_WS_NAME_HYPHEN}"
3839
echo "# ${NEW_WS_NAME_UNDERSCORE}" > "${SCRIPT_DIR}/../docs/${NEW_WS_NAME_HYPHEN}/index.md"
3940

0 commit comments

Comments
 (0)