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 851db56 commit a88f35bCopy full SHA for a88f35b
.github/workflows/tests.yml
@@ -9,7 +9,7 @@ jobs:
9
- uses: actions/checkout@v2
10
11
- name: Install packages
12
- run: npm ci
+ run: npm install
13
14
- name: Run tests
15
run: npm run test
0 commit comments