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 c8e51f8 commit c7b5d11Copy full SHA for c7b5d11
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Install dependencies
18
run: npm ci
19
- name: Build the project
20
- run: npn run build
+ run: npm run build
21
# - name: Run tests and do code coverage check
22
# run: npm run test:coverage
23
- name: Upload code coverage report to workflow as an artifact
0 commit comments