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 c4c7c2b commit 463b1e9Copy full SHA for 463b1e9
package.json
@@ -24,7 +24,7 @@
24
"lint-demo": "tsc -p ./demo/tsconfig.json; eslint ./demo --report-unused-disable-directives --ext .js,.ts --parser-options=project:./demo/tsconfig.json",
25
"precommit": "pretty-quick --staged",
26
"test": "jest --coverage",
27
- "travisci": "npm run lint && npm run test && codecov"
+ "travisci": "npm run lint && npm run test && codecov && npx snyk test"
28
},
29
"jest": {
30
"collectCoverageFrom": [
@@ -69,5 +69,6 @@
69
70
"dependencies": {
71
"escape-string-regexp": "^1.0.0"
72
- }
+ },
73
+ "snyk": true
74
}
0 commit comments