Skip to content

Commit f48dc34

Browse files
committed
chore: run lint as posttest
1 parent e69549f commit f48dc34

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

Diff for: .github/workflows/ci.yml

-4
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,6 @@ jobs:
6464
git config --global user.name "Your Name"
6565
npm test -- --no-coverage --timeout 60
6666
67-
- name: Run linting
68-
run: |
69-
npm run lint
70-
7167
################################################################################
7268
# Run coverage check
7369
#

Diff for: package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"prepublishOnly": "git push origin --follow-tags",
2020
"preversion": "npm test",
2121
"snap": "tap",
22-
"test": "tap"
22+
"test": "tap",
23+
"posttest": "npm run lint"
2324
},
2425
"tap": {
2526
"check-coverage": true,

0 commit comments

Comments
 (0)