We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bca5ee commit c8a3ac0Copy full SHA for c8a3ac0
1 file changed
.github/workflows/deploy.yml
@@ -18,9 +18,8 @@ jobs:
18
- uses: actions/setup-node@v4
19
with:
20
node-version: 20
21
- cache: npm
22
23
- - run: npm ci
+ - run: npm install --include=dev
24
- run: npm run build
25
26
- uses: actions/configure-pages@v4
0 commit comments