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 ee8c529 commit e34bfeaCopy full SHA for e34bfea
.travis.yml
@@ -23,6 +23,7 @@ jobs:
23
- npm install -g mongodb-runner
24
- mongodb-runner start
25
script:
26
+ - npm run lint
27
- npm test -- --maxWorkers=4
28
- npm run integration
29
after_script: ./node_modules/codecov/bin/codecov -f ./coverage/coverage-final.json && rm -rf ./coverage
package.json
@@ -71,6 +71,7 @@
71
"build": "./build_releases.sh",
72
"release": "./build_releases.sh && npm publish",
73
"test": "PARSE_BUILD=node jest",
74
+ "lint": "eslint --cache src/",
75
"preintegration": "npm run build",
76
"watch": "PARSE_BUILD=${PARSE_BUILD:=node} gulp watch",
77
"integration": "TESTING=1 jasmine --config=jasmine.json",
0 commit comments