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 faa8fa9 commit 23ae381Copy full SHA for 23ae381
.github/workflows/deploy.yml
@@ -17,7 +17,7 @@ jobs:
17
node-version: 18
18
19
- name: Install dependencies
20
- run: yarn install --frozen-lockfile
+ run: npm install
21
- name: Build website
22
run: npm run build
23
0 commit comments