Merge pull request #260 from NoRedInk/update-local-testing-instructions

update local testing instructions
This commit is contained in:
Brooke 2019-04-19 13:03:56 -07:00 committed by GitHub
commit c1942e303e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ To see them locally:
script/develop.sh
```
If you'd like to test your widget in the monolith before publishing, check out the helpful tips [here](https://paper.dropbox.com/doc/Grafting-noredink-ui-into-the-monolith--AOae7awXY8Br7YEhbZunUEZdAg-ff7N9zwMyRR2D5Umza5Ez).
If you'd like to test your widget in the monolith before publishing, run `script/test-elm-package.py ../path_to_this_repo` from the monolith's directory.
## Tests