Skip to content

Commit

Permalink
local setup for test components
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcjohnson committed Apr 26, 2020
1 parent 557f85e commit 4ac4efa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ $ cd dash-renderer
$ npm run build # or `renderer build`
# install dash-renderer for development
$ pip install -e .
# build and install components used in tests
$ npm run setup-tests
# you should see both dash and dash-renderer are pointed to local source repos
$ pip list | grep dash
```
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"format": "run-s private::format.*",
"initialize": "run-s private::initialize.*",
"lint": "run-s private::lint.*",
"test.integration": "run-s private::test.setup-* private::test.integration-*",
"setup-tests": "run-s private::test.setup-*",
"test.integration": "run-s setup-tests private::test.integration-*",
"test.unit": "run-s private::test.unit-**"
},
"devDependencies": {
Expand Down

0 comments on commit 4ac4efa

Please sign in to comment.