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 da37769 commit c2cf7f8Copy full SHA for c2cf7f8
package.json
@@ -4,7 +4,7 @@
4
"description": "Converts OpenAPI Schema Object to JSON Schema",
5
"main": "index.js",
6
"scripts": {
7
- "test": "npm run lint && ./node_modules/.bin/tape test/**/*.test.js | ./node_modules/.bin/tap-spec",
+ "test": "./node_modules/.bin/tape test/**/*.test.js | ./node_modules/.bin/tap-spec && npm run lint",
8
"lint": "eslint ."
9
},
10
"repository": "github:mikunn/openapi-schema-to-json-schema",
0 commit comments