Skip to content

Commit

Permalink
Merge pull request #91 from whhotw/bugfix/error_with_clean-project-auto
Browse files Browse the repository at this point in the history
fix: Prevent error with clean-project-auto
  • Loading branch information
pmadruga authored Feb 27, 2022
2 parents 91182e1 + 7d1a1b0 commit 7b5cedd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/internals/tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@ const autoTasks = [
tasks.wipeAndroidBuildFolder,
tasks.watchmanCacheClear,
tasks.wipeTempCaches,
tasks.cleanAndroidProject,
tasks.wipeNodeModules,
tasks.yarnCacheClean,
tasks.npmCacheVerify,
tasks.npmInstall,
tasks.cleanAndroidProject
];

module.exports = {
Expand Down

0 comments on commit 7b5cedd

Please sign in to comment.