Skip to content

Commit abfa873

Browse files
committed
chore(workflows/website-pr): remove unnecessary argument from npm ci
1 parent 668a83c commit abfa873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/website-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
with:
1919
node-version: 24.x
2020
- name: Install Dependencies
21-
run: npm ci --prefix=website/ --frozen-lockfile
21+
run: npm ci --prefix=website/
2222
- name: Build the Website
2323
run: npm run --prefix=website/ build

0 commit comments

Comments
 (0)