Skip to content

Commit d28e436

Browse files
dimakiswtrocki
authored andcommitted
fix: removes workspace flag in setupRelease script
1 parent 10db88c commit d28e436

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spectral/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@
66
"main": "ruleset.yaml",
77
"scripts": {
88
"build": "npm run clean && tsc && npm run copy-ruleset",
9-
"build-for-publish": "tsc && npm run copy-ruleset && npm run copy-ruleset",
109
"clean": "rm -rf dist",
1110
"lint": "eslint src/**/*.ts",
1211
"publish": "npm publish dist",
1312
"copy-ruleset": "cp ./ruleset.yaml ./dist/ruleset.yaml && cp ./package.json ./dist/package.json",
1413
"spectral-lint": "spectral lint --ruleset ./examples/.spectral-local.yaml",
1514
"cli-integration-tests": "./scripts/rules.sh",
16-
"setupRelease": "npm version --workspace=spectral"
15+
"setupRelease": "npm version"
1716
},
1817
"dependencies": {
1918
"@stoplight/spectral-cli": "6.4.2",

0 commit comments

Comments
 (0)