Skip to content

Commit 70d6231

Browse files
authored
Merge pull request #4 from EyeSeeTea/master
Release 2.5.1
2 parents 94f0340 + 931504d commit 70d6231

File tree

162 files changed

+7518
-2314
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

162 files changed

+7518
-2314
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ $ yarn start
4747

4848
This will open the development server for the main application at port 8081 and will connect to DHIS 2 instance http://localhost:8080.
4949

50-
### Start the development server of a given widget:
50+
### Customization of the development server:
5151

5252
```
53-
$ yarn start-widget -p 8082 modules-list|package-exporter
53+
$ yarn start -p 8082 core-app|data-metadata-app|module-package-app|modules-list|package-exporter
5454
```
5555

56-
This will open the development server for the given widget at port 8082 and will connect to DHIS 2 instance http://localhost:8080.
56+
This will open the development server for the given front-end at port 8082 and will connect to DHIS 2 instance http://localhost:8080.
5757

5858
### Customize DHIS2 instance url
5959

@@ -91,16 +91,16 @@ Note tests only pass on the testing docker instance eyeseetea/dhis2-data:2.30-da
9191

9292
## Build
9393

94-
To build the web app:
94+
To build all the front-ends:
9595

9696
```
97-
$ yarn build-webapp
97+
$ yarn build
9898
```
9999

100-
To build the widget:
100+
To build a given front-end:
101101

102102
```
103-
$ yarn build-widget modules-list|package-exporter
103+
$ yarn build [all|core-app|data-metadata-app|module-package-app|modules-list|package-exporter]
104104
```
105105

106106
To build the scheduler:

config/testSetup.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
import { configure } from "enzyme";
22
import Adapter from "enzyme-adapter-react-16";
3-
43
configure({ adapter: new Adapter() });

0 commit comments

Comments
 (0)