Skip to content

Commit 4bd8879

Browse files
authored
fix: borked yaml in workflow (#153)
1 parent 113db9d commit 4bd8879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
registry-url: 'https://registry.npmjs.org'
1818
cache: 'npm'
1919
- name: Install Dependencies
20-
- run: npm ci --ignore-scripts
20+
run: npm ci --ignore-scripts
2121
- name: Lint
2222
run: npm run lint
2323
- name: Test

0 commit comments

Comments
 (0)