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 e69549f commit f48dc34Copy full SHA for f48dc34
.github/workflows/ci.yml
@@ -64,10 +64,6 @@ jobs:
64
git config --global user.name "Your Name"
65
npm test -- --no-coverage --timeout 60
66
67
- - name: Run linting
68
- run: |
69
- npm run lint
70
-
71
################################################################################
72
# Run coverage check
73
#
package.json
@@ -19,7 +19,8 @@
19
"prepublishOnly": "git push origin --follow-tags",
20
"preversion": "npm test",
21
"snap": "tap",
22
- "test": "tap"
+ "test": "tap",
23
+ "posttest": "npm run lint"
24
},
25
"tap": {
26
"check-coverage": true,
0 commit comments