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.
1 parent 44faf5b commit c7b3114Copy full SHA for c7b3114
1 file changed
.github/workflows/publish.yml
@@ -25,6 +25,6 @@ jobs:
25
node-version-file: .nvmrc
26
registry-url: 'https://registry.npmjs.org' # required for trusted publishing
27
28
- - run: npm install -g npm@latest
+ - run: npm install -g npm@latest --loglevel verbose
29
- run: npm i
30
- run: npm run deploy
0 commit comments