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 72e86ab commit d6899caCopy full SHA for d6899ca
.github/workflows/CICD.yml
@@ -11,7 +11,7 @@ jobs:
11
uses: actions/checkout@v4
12
- name: Unit tests
13
run: |
14
- npm ci
+ npm i
15
npm run test
16
17
build:
0 commit comments