Skip to content

Commit

Permalink
account for Netlify's community forums to build in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ajiles91 committed Jun 29, 2020
1 parent ca85016 commit d297e9a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"google-map-react": "^1.1.7",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-materialize": "^3.8.10",
"react-materialize": "^3.9.2",
"react-scripts": "3.4.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"build": "CI= react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
Expand Down

0 comments on commit d297e9a

Please sign in to comment.