Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #10 from liatrio/fix/add-autogov-common-to-packagi…
Browse files Browse the repository at this point in the history
…ng-config

fix: add autogov-common to workspace
  • Loading branch information
amber-beasley-liatrio authored Nov 7, 2024
2 parents bb8d4a7 + 274501c commit e59ee9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"conventional-changelog-conventionalcommits": "^8.0.0"
},
"workspaces": [
"backstage-plugin-autogov-common",
"backstage-plugin-github-releases-assets-backend",
"backstage-plugin-github-releases-autogov"
],
Expand All @@ -29,7 +30,7 @@
"build": "backstage-cli repo build --all",
"lint": "backstage-cli repo lint",
"lint:all": "yarn lint && yarn prettier:check",
"test:all": "yarn --cwd backstage-plugin-github-releases-autogov test --no-watch && yarn --cwd backstage-plugin-github-releases-assets-backend test --no-watch",
"test:all": "yarn --cwd backstage-plugin-github-releases-autogov test --no-watch && yarn --cwd backstage-plugin-github-releases-assets-backend test --no-watch && yarn --cwd backstage-plugin-autogov-common test --no-watch",
"prettier:check": "npx --yes prettier --check .",
"prettier:fix": "npx --yes prettier --write .",
"tsc:full": "tsc --skipLibCheck true --incremental false",
Expand Down

0 comments on commit e59ee9e

Please sign in to comment.