Skip to content

Commit

Permalink
feat(packages/sui-bundler): modify the postinstall tsconfig template …
Browse files Browse the repository at this point in the history
…for trackingutils directory
  • Loading branch information
andresin87 committed Dec 18, 2024
1 parent 7ddabe8 commit 82a340e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sui-bundler/scripts/postinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const tsConfigTemplate = `\
"compilerOptions": {
"rootDir": "./"
},
"include": ["src", "domain", "components"]
"include": ["src", "domain", "components", "utils"]
}`

const md5 = str => crypto.createHash('md5').update(str).digest('hex')
Expand Down

0 comments on commit 82a340e

Please sign in to comment.