Skip to content

Commit c54f2ba

Browse files
committed
fix(ci): correct indentation for npm install command in CI workflow
1 parent a47d7f1 commit c54f2ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Install dependencies
5151
run: |
5252
if [ ! -d node_modules ]; then
53-
npm install
53+
npm install
5454
fi
5555
5656
- name: Setup environment files

0 commit comments

Comments
 (0)