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 86e96be commit 3a4f667Copy full SHA for 3a4f667
4 files changed
.github/workflows/build.yml
@@ -25,7 +25,12 @@ jobs:
25
uses: actions/setup-node@v1
26
with:
27
node-version: ${{ matrix.node-version }}
28
- - run: npm install
+
29
+ - name: npm build and test
30
+ run: |
31
+ npm run clean
32
+ npm run build
33
+ npm run test
34
- run: npm test
35
- name: Coveralls
36
uses: coverallsapp/github-action@master
.gitignore
@@ -15,5 +15,5 @@ coverage
15
node_modules
16
17
.DS_Store
18
-package-lock.json
19
dist
+.qodo
0 commit comments