Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tuchk4 authored Jan 23, 2017
1 parent 5a2ccad commit 1051f42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ But if you need to read from custom config - update npm scripts:

```
"scripts": {
"start": "node -r dotenv/config ./node_modules/.bin/node scripts/start.js dotenv_config_path=development.env",
"build": "node -r dotenv/config ./node_modules/.bin/node scripts/build.js dotenv_config_path=production.env"
"start": "node -r dotenv/config ./node_modules/.bin/react-scripts start dotenv_config_path=development.env",
"build": "node -r dotenv/config ./node_modules/.bin/react-scripts build dotenv_config_path=production.env"
}
```

Expand Down

0 comments on commit 1051f42

Please sign in to comment.