docs: update scripts diff

This commit is contained in:
afc163 2018-10-13 17:15:00 +08:00
parent be6a566af1
commit 10296eddf5
2 changed files with 4 additions and 4 deletions

View File

@ -114,8 +114,8 @@ $ yarn add react-app-rewired
+ "start": "react-app-rewired start",
- "build": "react-scripts build",
+ "build": "react-app-rewired build",
- "test": "react-scripts test --env=jsdom",
+ "test": "react-app-rewired test --env=jsdom",
- "test": "react-scripts test",
+ "test": "react-app-rewired test",
}
```

View File

@ -111,8 +111,8 @@ $ yarn add react-app-rewired
+ "start": "react-app-rewired start",
- "build": "react-scripts build",
+ "build": "react-app-rewired build",
- "test": "react-scripts test --env=jsdom",
+ "test": "react-app-rewired test --env=jsdom",
- "test": "react-scripts test",
+ "test": "react-app-rewired test",
}
```