Skip to content

Commit

Permalink
feat: add renovate-schema.json to published package (#17235)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
  • Loading branch information
3 people committed Aug 18, 2022
1 parent 4af1126 commit 139b46b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -7,7 +7,7 @@
"renovate-config-validator": "dist/config-validator.js"
},
"scripts": {
"build": "run-s clean generate:* compile:*",
"build": "run-s clean generate:* compile:* create-json-schema",
"build:docs": "run-s \"release:prepare {@}\" --",
"clean": "rimraf dist tmp",
"clean-cache": "node tools/clean-cache.mjs",
Expand Down Expand Up @@ -311,6 +311,7 @@
"**/json-schema": "^0.4.0"
},
"files": [
"dist"
"dist",
"renovate-schema.json"
]
}

0 comments on commit 139b46b

Please sign in to comment.