We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 466ce3c + f499b0c commit 6ecfd2dCopy full SHA for 6ecfd2d
README.md
@@ -96,7 +96,7 @@ steps:
96
- run: npm install --ignore-scripts
97
env:
98
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
99
-# `npm rebuild` will run all those post-install scritps for us.
+# `npm rebuild` will run all those post-install scripts for us.
100
- run: npm rebuild && npm run prepare --if-present
101
```
102
0 commit comments