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.
2 parents a630be3 + 28b5b92 commit 78bcb62Copy full SHA for 78bcb62
.github/workflows/ci.yml
@@ -19,6 +19,8 @@ jobs:
19
uses: actions/setup-node@v3
20
with:
21
node-version: ${{ matrix.node-version }}
22
+ cache: 'npm'
23
+ cache-dependency-path: 'packages/**/package-lock.json'
24
- run: npm ci
25
- run: npm run lint
26
- run: npm run cs-check
@@ -69,7 +71,7 @@ jobs:
69
71
- name: Download built playground
70
72
uses: actions/download-artifact@v3
73
- name: dist
74
+ name: playground
75
path: dist
76
- name: Download built docs
77
.github/workflows/release.yml
@@ -13,6 +13,8 @@ jobs:
13
14
15
node-version: 18.x
16
17
18
- run: npm run build
env:
0 commit comments