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 3477520 commit bd926aeCopy full SHA for bd926ae
.travis.yml
@@ -5,3 +5,7 @@ language: node_js
5
node_js:
6
- "node"
7
- "lts/*"
8
+
9
+script:
10
+ - npm run lint
11
+ - npm test
package.json
@@ -104,7 +104,6 @@
104
"patch": "bumped release patch",
105
"prebuild": "npm run clean",
106
"prepublish": "npm run build",
107
- "pretest": "npm run lint",
108
"release": "bumped release",
109
"start": "cross-env NODE_ENV=development UV_THREADPOOL_SIZE=100 node ./server",
110
"test": "jest",
0 commit comments