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 21f897e commit 98c6808Copy full SHA for 98c6808
spectral/package.json
@@ -12,7 +12,8 @@
12
"publish": "npm publish dist",
13
"copy-ruleset": "cp ./ruleset.yaml ./dist/ruleset.yaml && cp ./package.json ./dist/package.json",
14
"spectral-lint": "spectral lint --ruleset ./examples/.spectral-local.yaml",
15
- "cli-integration-tests": "./scripts/rules.sh"
+ "cli-integration-tests": "./scripts/rules.sh",
16
+ "setupRelease": "npm version --workspace=spectral"
17
},
18
"dependencies": {
19
"@stoplight/spectral-cli": "6.4.2",
0 commit comments