Skip to content

Commit 0a7330e

Browse files
authored
Update build.yml
Signed-off-by: Max Wolfs <[email protected]>
1 parent 6dd0a47 commit 0a7330e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
restore-keys: |
2424
${{ runner.os }}-node-
2525
- name: Install dependencies
26-
run: npm ci
26+
run: npm install
2727
- name: build page
2828
run: npm run build

0 commit comments

Comments
 (0)