Skip to content

Commit d15e269

Browse files
committed
chore: remove filter for the codebase
1 parent 2f2bec9 commit d15e269

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

spectral/package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "npm run clean && tsc && npm run copy-ruleset",
99
"clean": "rm -rf dist",
1010
"lint": "eslint src/**/*.ts",
11-
"copy-ruleset": "cp rhoasapi ruleset.yaml package.json ./dist ",
11+
"copy-ruleset": "cp rhoasapi ruleset.yaml package.json ./dist",
1212
"cli-integration-tests": "./scripts/rules.sh",
1313
"setupRelease": "npm version"
1414
},
@@ -46,8 +46,5 @@
4646
"homepage": "https://github.com/redhat-developer/app-services-api-guidelines#readme",
4747
"bin": {
4848
"rhoasapi": "./rhoasapi"
49-
},
50-
"files": [
51-
"dist"
52-
]
49+
}
5350
}

0 commit comments

Comments
 (0)