Skip to content

Commit 94c3b48

Browse files
committed
feat(npm): add verbose loglevel
1 parent 5a624f4 commit 94c3b48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
with:
1515
node-version: "16"
1616
registry-url: "https://registry.npmjs.org"
17+
- run: npm config set loglevel verbose
1718
- run: npm install
1819
- run: npm run build
1920
- name: Login to npm

0 commit comments

Comments
 (0)