ci(pages): build package before example

This commit is contained in:
winston 2023-06-23 05:12:52 +02:00
parent 64bc400639
commit 283f69e428
No known key found for this signature in database
GPG Key ID: 3786770EDBC2B481

View File

@ -20,6 +20,8 @@ jobs:
cache-dependency-path: ./examples/vite/package-lock.json
- run: |
npm ci
npm run build
cd examples/vite
npm ci
npm run build