Skip to content

Commit

Permalink
Merge pull request #66 from phishy/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
bryanmacfarlane committed Oct 18, 2019
2 parents 466ce3c + f499b0c commit 6ecfd2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
```

Expand Down

0 comments on commit 6ecfd2d

Please sign in to comment.