Skip to content

Commit 98c6808

Browse files
dimakiswtrocki
authored andcommitted
fix: fixing the release gh action
1 parent 21f897e commit 98c6808

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spectral/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"publish": "npm publish dist",
1313
"copy-ruleset": "cp ./ruleset.yaml ./dist/ruleset.yaml && cp ./package.json ./dist/package.json",
1414
"spectral-lint": "spectral lint --ruleset ./examples/.spectral-local.yaml",
15-
"cli-integration-tests": "./scripts/rules.sh"
15+
"cli-integration-tests": "./scripts/rules.sh",
16+
"setupRelease": "npm version --workspace=spectral"
1617
},
1718
"dependencies": {
1819
"@stoplight/spectral-cli": "6.4.2",

0 commit comments

Comments
 (0)