Skip to content

Commit 682c081

Browse files
committed
fix(ci): correct indentation for npm install command in CI workflow
1 parent 041eeff commit 682c081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

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

0 commit comments

Comments
 (0)