Skip to content

Commit c8a3ac0

Browse files
committed
include install
1 parent 9bca5ee commit c8a3ac0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ jobs:
1818
- uses: actions/setup-node@v4
1919
with:
2020
node-version: 20
21-
cache: npm
2221

23-
- run: npm ci
22+
- run: npm install --include=dev
2423
- run: npm run build
2524

2625
- uses: actions/configure-pages@v4

0 commit comments

Comments
 (0)