File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ $ cd dash-renderer
19
19
$ npm run build # or `renderer build`
20
20
# install dash-renderer for development
21
21
$ pip install -e .
22
+ # build and install components used in tests
23
+ $ npm run setup-tests
22
24
# you should see both dash and dash-renderer are pointed to local source repos
23
25
$ pip list | grep dash
24
26
```
Original file line number Diff line number Diff line change 18
18
"format" : " run-s private::format.*" ,
19
19
"initialize" : " run-s private::initialize.*" ,
20
20
"lint" : " run-s private::lint.*" ,
21
- "test.integration" : " run-s private::test.setup-* private::test.integration-*" ,
21
+ "setup-tests" : " run-s private::test.setup-*" ,
22
+ "test.integration" : " run-s setup-tests private::test.integration-*" ,
22
23
"test.unit" : " run-s private::test.unit-**"
23
24
},
24
25
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments