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 c8ba21b commit a5c7a92Copy full SHA for a5c7a92
.github/workflows/spa-server-ci.yml
@@ -69,4 +69,4 @@ jobs:
69
cache-dependency-path: './jsclient/package-lock.json'
70
- run: |
71
cd ./example/js-app-example && npm ci && npm run build && \
72
- cd ../../jsclient && npm ci && npm run build && npm test
+ cd ../../jsclient && npm ci && npm test && npm run build
0 commit comments