Skip to content

Commit

Permalink
[tools] Fix expotools not rebuilding on source change (expo#20846)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsapeta authored Jan 16, 2023
1 parent 0457700 commit d30d453
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/bin/expotools.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ async function calculateSourceChecksumAsync() {
files: {
include: [
// source files
'src/**/*.ts',
'**.ts',
// src/versioning files
'src/**/*.json',
'**.json',
'expotools.js',
// swc build files
'taskfile.js',
Expand Down

0 comments on commit d30d453

Please sign in to comment.