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 e2fa3bc commit 41d12bbCopy full SHA for 41d12bb
1 file changed
.github/workflows/ci.yml
@@ -30,5 +30,5 @@ jobs:
30
with:
31
node-version: ${{ matrix.node-version }}
32
- run: npm install
33
- - run: npm build
+ - run: npm run build
34
- run: npm run test:coverage
0 commit comments