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 10db88c commit d28e436Copy full SHA for d28e436
spectral/package.json
@@ -6,14 +6,13 @@
6
"main": "ruleset.yaml",
7
"scripts": {
8
"build": "npm run clean && tsc && npm run copy-ruleset",
9
- "build-for-publish": "tsc && npm run copy-ruleset && npm run copy-ruleset",
10
"clean": "rm -rf dist",
11
"lint": "eslint src/**/*.ts",
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",
16
- "setupRelease": "npm version --workspace=spectral"
+ "setupRelease": "npm version"
17
},
18
"dependencies": {
19
"@stoplight/spectral-cli": "6.4.2",
0 commit comments