Skip to content

Commit

Permalink
fix(child-app): ci false to trick web3 bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Kinsley committed Aug 23, 2019
1 parent 8cad3cf commit 53769b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ jobs:
- run:
name: Netlify - Child App
command: |
yarn netlify:child-app
if [ "$TESTVAR" = "master" ]; then yarn netlify:child-app; fi
workflows:
version: 2
Expand Down
2 changes: 1 addition & 1 deletion packages/child-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"scripts": {
"start": "PORT=3002 react-scripts start",
"build": "react-scripts build",
"build": "CI=false react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"scripts": {
"start": "PORT=3001 react-scripts start",
"build": "react-scripts build",
"build": "CI=false react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
Expand Down

0 comments on commit 53769b4

Please sign in to comment.