Skip to content

Commit bd926ae

Browse files
committed
Restore linter run in travis
1 parent 3477520 commit bd926ae

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ language: node_js
55
node_js:
66
- "node"
77
- "lts/*"
8+
9+
script:
10+
- npm run lint
11+
- npm test

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@
104104
"patch": "bumped release patch",
105105
"prebuild": "npm run clean",
106106
"prepublish": "npm run build",
107-
"pretest": "npm run lint",
108107
"release": "bumped release",
109108
"start": "cross-env NODE_ENV=development UV_THREADPOOL_SIZE=100 node ./server",
110109
"test": "jest",

0 commit comments

Comments
 (0)