Skip to content

Commit

Permalink
chore: remove filter for the codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki committed Aug 3, 2022
1 parent 2f2bec9 commit d15e269
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions spectral/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "npm run clean && tsc && npm run copy-ruleset",
"clean": "rm -rf dist",
"lint": "eslint src/**/*.ts",
"copy-ruleset": "cp rhoasapi ruleset.yaml package.json ./dist ",
"copy-ruleset": "cp rhoasapi ruleset.yaml package.json ./dist",
"cli-integration-tests": "./scripts/rules.sh",
"setupRelease": "npm version"
},
Expand Down Expand Up @@ -46,8 +46,5 @@
"homepage": "https://github.com/redhat-developer/app-services-api-guidelines#readme",
"bin": {
"rhoasapi": "./rhoasapi"
},
"files": [
"dist"
]
}
}

0 comments on commit d15e269

Please sign in to comment.