Skip to content

Commit

Permalink
Fix deploy
Browse files Browse the repository at this point in the history
* Fix amplify config dirs
* Change framework to 'react'
* Remove package-lock.json
* Update yarn.lock
  • Loading branch information
panayi committed Jul 28, 2020
1 parent 6e61e09 commit 39e0223
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 14,740 deletions.
6 changes: 3 additions & 3 deletions amplify/.config/project-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"version": "2.0",
"frontend": "javascript",
"javascript": {
"framework": "react-native",
"framework": "react",
"config": {
"SourceDir": "/",
"DistributionDir": "/",
"SourceDir": "src",
"DistributionDir": "build",
"BuildCommand": "npm run-script build",
"StartCommand": "npm run-script start"
}
Expand Down
Loading

0 comments on commit 39e0223

Please sign in to comment.