Skip to content

Commit 2ab6819

Browse files
author
Philipp Karlsson
committed
Fixing pipeline npm install
1 parent ecf8fc1 commit 2ab6819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868

6969
- name: Install dependencies
7070
working-directory: ./library
71-
run: npm run build
71+
run: npm install
7272

7373
- name: Build release
7474
working-directory: ./library

0 commit comments

Comments
 (0)