Skip to content

Commit 70f5afd

Browse files
dimakiswtrocki
authored andcommitted
fix: deleting publish command form package.json
1 parent 8c426e6 commit 70f5afd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spectral/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"build": "npm run clean && tsc && npm run copy-ruleset",
99
"clean": "rm -rf dist",
1010
"lint": "eslint src/**/*.ts",
11-
"publish": "npm publish dist",
1211
"copy-ruleset": "cp ./ruleset.yaml ./dist/ruleset.yaml && cp ./package.json ./dist/package.json",
1312
"spectral-lint": "spectral lint --ruleset ./examples/.spectral-local.yaml",
1413
"cli-integration-tests": "./scripts/rules.sh",

0 commit comments

Comments
 (0)