Add a section about verifying the publish

This commit is contained in:
Jamie Wong 2018-08-14 10:38:42 -07:00
parent 085d6298ec
commit 9d13d95f8d

View File

@ -50,6 +50,12 @@ If everything looks good, proceed to "Prepare the release".
Assuming everything went well in the previous two phases, publishing should just be Assuming everything went well in the previous two phases, publishing should just be
a matter of running `npm publish`. a matter of running `npm publish`.
### Verifying the publish
To verify that the publish was successful, run `npm install -g speedscope`.
Try `speedscope`, which should open speedscope in browser.
Try `speedscope sample/profiles/stackcollapse/simple.txt`, which should immediately load the profile
## Deploying the website ## Deploying the website
https://www.speedscope.app/ is hosted on GitHub pages, and is published via pushing https://www.speedscope.app/ is hosted on GitHub pages, and is published via pushing