Skip to content

Commit

Permalink
Fix source and distribution directories
Browse files Browse the repository at this point in the history
  • Loading branch information
behrooziAWS committed Jul 28, 2020
1 parent 8a9df34 commit 9db5cec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions amplify/.config/project-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"javascript": {
"framework": "react-native",
"config": {
"SourceDir": "/",
"DistributionDir": "/",
"SourceDir": "src",
"DistributionDir": "build",
"BuildCommand": "npm run-script build",
"StartCommand": "npm run-script start"
}
},
"providers": [
"awscloudformation"
]
}
}

0 comments on commit 9db5cec

Please sign in to comment.