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 b19c78b commit 9854409Copy full SHA for 9854409
.github/workflows/main.yml
@@ -22,15 +22,20 @@ jobs:
22
node-version: 18
23
cache: npm
24
25
+ - run: npm run build
26
+
27
# Working around https://github.com/npm/cli/issues/4828
28
# - run: npm ci
29
30
- run: npm install --no-package-lock
31
32
- name: Run client tests
33
working-directory: ./client
34
run: npm test
35
- - run: npm run build
36
+ - name: Run cli tests
37
+ working-directory: ./cli
38
+ run: npm test
39
40
publish:
41
runs-on: ubuntu-latest
0 commit comments