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 9854409 commit a16a945Copy full SHA for a16a945
.github/workflows/main.yml
@@ -22,20 +22,15 @@ 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
36
- - name: Run cli tests
37
- working-directory: ./cli
38
- run: npm test
+ - run: npm run build
39
40
publish:
41
runs-on: ubuntu-latest
0 commit comments