Skip to content

Commit 31a348c

Browse files
author
github-actions
committed
Added error handling for release action
1 parent 29f06b2 commit 31a348c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/npm-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323

2424
- name: "Install dependencies"
2525
run: npm ci
26-
27-
- name: "Clean untracked files"
28-
run: git clean -fdx
29-
26+
27+
- name: "Add node_modules/.bin to PATH"
28+
run: echo "$(npm bin)" >> $GITHUB_PATH
29+
3030
- name: "Build package"
3131
run: npm run build
3232

0 commit comments

Comments
 (0)