Skip to content

Commit

Permalink
fix: find root
Browse files Browse the repository at this point in the history
  • Loading branch information
zdm committed Jul 13, 2023
1 parent ae8dfc8 commit 656831e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/update.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
import Cli from "#core/cli";
import externalResources from "#core/external-resources";

if ( process.env.DOWNLOAD_EXTERNAL_RESOURCES === "false" ) process.exit( 0 );

const CLI = {
"title": "Update resources",
"options": {
Expand Down

0 comments on commit 656831e

Please sign in to comment.