Skip to content

Commit 6c24dd3

Browse files
authored
chore(ci): add repository entry to theme package.json (#2087)
Fixes publishing of the `docs-theme` package by adding the `repository` field to its `package.json` (required for provenance generation).
1 parent b6f73ad commit 6c24dd3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

apify-docs-theme/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
"types",
99
"static"
1010
],
11+
"repository": {
12+
"type": "git",
13+
"url": "git+https://github.com/apify/apify-docs.git"
14+
},
1115
"scripts": {
1216
"test": "echo \"Error: no test specified\" && exit 1",
1317
"build": "echo 'Building @apify/docs-theme!'"

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)