We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 549ebde commit b9c0dd3Copy full SHA for b9c0dd3
.github/workflows/vrt.yml
@@ -35,6 +35,8 @@ jobs:
35
cache-dependency-path: "**/package-lock.json"
36
- name: Install dependencies
37
run: npm ci
38
+ - name: Build @vfx-js/core
39
+ run: npm --workspace @vfx-js/core run build
40
- name: Publish to Chromatic
41
id: chromatic
42
uses: chromaui/action@latest
0 commit comments