Skip to content

Commit c2cf7f8

Browse files
committed
run lint after unit tests
1 parent da37769 commit c2cf7f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Converts OpenAPI Schema Object to JSON Schema",
55
"main": "index.js",
66
"scripts": {
7-
"test": "npm run lint && ./node_modules/.bin/tape test/**/*.test.js | ./node_modules/.bin/tap-spec",
7+
"test": "./node_modules/.bin/tape test/**/*.test.js | ./node_modules/.bin/tap-spec && npm run lint",
88
"lint": "eslint ."
99
},
1010
"repository": "github:mikunn/openapi-schema-to-json-schema",

0 commit comments

Comments
 (0)