Skip to content

Commit

Permalink
fix: missing utils dep on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol Sójko committed Jul 6, 2022
1 parent aef4ceb commit e2e9a11
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mobile/metro.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = (async () => {
} = await getDefaultConfig()

return {
watchFolders: [__dirname, '../icons', '../styles', '../components', '../features', '../encryption', '../filepicker', '../services', '../files'],
watchFolders: [__dirname, '../icons', '../styles', '../components', '../features', '../encryption', '../filepicker', '../services', '../files', '../utils'],
transformer: {
getTransformOptions: async () => ({
transform: {
Expand Down
1 change: 1 addition & 0 deletions packages/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"@standardnotes/sncrypto-common": "1.9.0",
"@standardnotes/snjs": "^2.118.3",
"@standardnotes/stylekit": "5.29.3",
"@standardnotes/utils": "workspace:*",
"@standardnotes/web": "workspace:*",
"@types/styled-components-react-native": "5.1.3",
"js-base64": "^3.7.2",
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6902,6 +6902,7 @@ __metadata:
"@standardnotes/sncrypto-common": 1.9.0
"@standardnotes/snjs": ^2.118.3
"@standardnotes/stylekit": 5.29.3
"@standardnotes/utils": "workspace:*"
"@standardnotes/web": "workspace:*"
"@types/detox": ^18.1.0
"@types/faker": ^6.6.9
Expand Down

0 comments on commit e2e9a11

Please sign in to comment.