Skip to content

Commit

Permalink
also install new pgbouncer-secret-updater package in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hrodmn committed Jan 3, 2025
1 parent 6d30bfa commit 9c69644
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
node-version: 18
cache: "npm"

- name: Install Dependencies
run: npm ci
- name: Install All Dependencies
run: npm run install:all

- name: Compile project
run: npm run build
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"package": "jsii-pacmak -v",
"docgen": "mkdir -p docs && jsii-docgen -o docs/index.md",
"test": "echo \"Error: no test specified\" && exit 1",
"semantic-release": "semantic-release"
"semantic-release": "semantic-release",
"install:all": "npm ci && cd lib/database/lambda/pgbouncer-secret-updater && npm ci && cd ../../../../"
},
"keywords": [],
"author": {
Expand Down

0 comments on commit 9c69644

Please sign in to comment.