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 876ab1b commit 7e4bedaCopy full SHA for 7e4beda
1 file changed
.github/workflows/ci.yml
@@ -16,10 +16,10 @@ jobs:
16
path: node_modules
17
key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
18
- name: Fetch packages
19
- run: npm ci
+ run: npm install
20
- name: Run Linter
21
run: npm run lint
22
- name: Run unit tests
23
run: npm test
24
- name: Build production build
25
- run: npm run build
+ run: npm run build
0 commit comments