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

Commit

Permalink
fix: build too
Browse files Browse the repository at this point in the history
  • Loading branch information
dbhagen committed Nov 8, 2024
1 parent a252059 commit 300e735
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,13 @@
"lint": "backstage-cli repo lint",
"lint:all": "yarn lint && yarn prettier:check",
"install:all:local": "yarn --cwd backstage-plugin-autogov-common install --immutable && yarn --cwd backstage-plugin-github-releases-assets-backend install --immutable && yarn --cwd backstage-plugin-github-releases-autogov install --immutable",
"test:all": "yarn install:all:local && yarn tsc:full && yarn --cwd backstage-plugin-autogov-common test --all --no-watch && yarn --cwd backstage-plugin-github-releases-assets-backend test --all --no-watch && yarn --cwd backstage-plugin-github-releases-autogov test --all --no-watch",
"build:all": "yarn --cwd backstage-plugin-autogov-common build && yarn --cwd backstage-plugin-github-releases-assets-backend build && yarn --cwd backstage-plugin-github-releases-autogov build",
"test:all": "yarn install:all:local && yarn tsc:full && yarn build:all && yarn --cwd backstage-plugin-autogov-common test --all --no-watch && yarn --cwd backstage-plugin-github-releases-assets-backend test --all --no-watch && yarn --cwd backstage-plugin-github-releases-autogov test --all --no-watch",
"prettier:check": "npx --yes prettier --check .",
"prettier:fix": "npx --yes prettier --write .",
"tsc:full": "tsc --skipLibCheck true --incremental false",
"prepare": "husky",
"clean": "backstage-cli repo clean"
},
"packageManager": "yarn@4.4.1"
}
}

0 comments on commit 300e735

Please sign in to comment.