Merge pull request #66 from phishy/patch-1

Update README.md
This commit is contained in:
Bryan MacFarlane 2019-10-18 16:37:52 -04:00 committed by GitHub
commit 6ecfd2dcb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,7 +96,7 @@ steps:
- run: npm install --ignore-scripts
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
# `npm rebuild` will run all those post-install scritps for us.
# `npm rebuild` will run all those post-install scripts for us.
- run: npm rebuild && npm run prepare --if-present
```