Skip to content

Commit 9782d1f

Browse files
committed
fix spectral linting
1 parent 87e76bc commit 9782d1f

2 files changed

Lines changed: 1156 additions & 734 deletions

File tree

internal/events/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
"lint": "npm run lint:node && npm run lint:schema",
2424
"lint:fix": "eslint . --fix",
2525
"lint:node": "eslint .",
26-
"lint:schema": "spectral lint client-config/client-config.yaml",
26+
"lint:schema": "spectral lint ./schemas/supplier-api.yaml",
2727
"prebuild": "rm -rf dist && npm run gen:asyncapi",
2828
"pregen:asyncapi": "npm run gen:jsonschema",
29-
"pregen:jsonschema": "rm -rf ./client-config/json",
29+
"pregen:jsonschema": "rm -rf ./schemas/events/*.json",
3030
"prelint:schema": "npm run gen:jsonschema",
3131
"prepublishOnly": "npm run build",
3232
"pretest:unit": "npm run gen:jsonschema",

0 commit comments

Comments
 (0)