Skip to content

Commit

Permalink
fix: add repository config to community package json
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmenendez committed Feb 27, 2024
1 parent 2ddf0a4 commit 371c427
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/ibm-products-community/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
"access": "public",
"provenance": true
},
"repository": {
"type": "git",
"url": "https://github.com/carbon-design-system/ibm-products.git",
"directory": "packages/ibm-products-community"
},
"scripts": {
"build": "run-s clean build-all",
"build-all": "run-p 'build:*'",
Expand Down

0 comments on commit 371c427

Please sign in to comment.