Skip to content

Commit 32919b6

Browse files
authored
Merge pull request #681 from totaljs/revert-680-op-app
Revert "Added Openplatform empty project command to totaljs bin file."
2 parents aece5a6 + b3f6055 commit 32919b6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

bin/totaljs

-5
Original file line numberDiff line numberDiff line change
@@ -557,11 +557,6 @@ function main() {
557557
return;
558558
}
559559

560-
if (cmd === '-openplatform-app' || cmd === 'openplatform-app') {
561-
git(dir, 'openplatform-application');
562-
return;
563-
}
564-
565560
if (cmd === '-flow' || cmd === 'flow') {
566561
git(dir, 'emptyproject-flow');
567562
return;

0 commit comments

Comments
 (0)