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.
1 parent 186ef8f commit 495cce1Copy full SHA for 495cce1
.github/workflows/client-unit.yaml
@@ -29,8 +29,8 @@ jobs:
29
cache-dependency-path: 'client/yarn.lock'
30
- run: yarn install --frozen-lockfile
31
working-directory: client
32
- - name: Stage client libs (Gulp)
33
- run: yarn run gulp client
+ - name: Pre-build (icons and plugins)
+ run: node scripts/build.mjs
34
35
- name: Run Vitest Unit Tests
36
run: yarn test
0 commit comments