Skip to content

Commit 01eb7a7

Browse files
committed
chore(debug) npm ci
Signed-off-by: Dan Selman <danscode@selman.org>
1 parent 95f08b5 commit 01eb7a7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,13 @@ jobs:
8585
- run: npm ci
8686
- run: npm run build --if-present
8787

88+
- name: Archive npm failure logs
89+
uses: actions/upload-artifact@v2
90+
if: failure()
91+
with:
92+
name: npm-logs
93+
path: ~/.npm/_logs
94+
8895
- name: timestamp
8996
id: timestamp
9097
run: |

0 commit comments

Comments
 (0)