We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 668a83c commit abfa873Copy full SHA for abfa873
.github/workflows/website-pr.yml
@@ -18,6 +18,6 @@ jobs:
18
with:
19
node-version: 24.x
20
- name: Install Dependencies
21
- run: npm ci --prefix=website/ --frozen-lockfile
+ run: npm ci --prefix=website/
22
- name: Build the Website
23
run: npm run --prefix=website/ build
0 commit comments