mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2024-11-09 04:23:33 -05:00
Update README.md
This commit is contained in:
parent
e565252a9d
commit
f499b0c1ab
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ steps:
|
||||||
- run: npm install --ignore-scripts
|
- run: npm install --ignore-scripts
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
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
|
- run: npm rebuild && npm run prepare --if-present
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue