[frameworks][cli] Consolidate buildCommand and devCommand (#7032)

* [frameworks] Consolidate buildCommand and devCommand

* Fix default build command when no override or package.json found
This commit is contained in:
Steven
2021-11-19 19:07:52 -05:00
committed by GitHub
parent a72549a290
commit edd9bb506c
6 changed files with 102 additions and 148 deletions

View File

@@ -14,8 +14,6 @@ const frameworks = (_frameworks as Framework[])
sort: undefined,
dependency: undefined,
defaultRoutes: undefined,
devCommand: undefined,
buildCommand: undefined,
};
if (framework.logo) {