Skip to content

Commit

Permalink
feat: disable useless panel
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Apr 16, 2020
1 parent 9f2a36a commit 0a1a08c
Show file tree
Hide file tree
Showing 5 changed files with 1,167 additions and 211 deletions.
2 changes: 1 addition & 1 deletion scripts/build_debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,5 +149,5 @@ async function buildApps(appNames) {

rmdir(outFolder, async err => {
await sleep(500);
await buildApps(['chi_app']);
await buildApps(['chi_app', 'devtools_app']);
});
Loading

0 comments on commit 0a1a08c

Please sign in to comment.