Skip to content

Commit ccfedef

Browse files
authored
Update main.yml
1 parent f2097ab commit ccfedef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
cache: "npm"
2323

2424
- name: Install dependencies
25-
run: npm ci
25+
run: npm install
2626

2727
- name: Run build script
2828
run: npm run build

0 commit comments

Comments
 (0)