Skip to content

Commit

Permalink
Add web app build to cdk scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejearley committed Jun 29, 2023
1 parent 988197b commit 689341f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/cdk/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ void async function () {
process.env.NODES_IP = await getSecret('casimir-nodes-ip')

/** Prepare CDK resources */
await $`npm run build --workspace @casimir/web`
await $`npm run build --workspace @casimir/landing`
await $`npm run build --workspace @casimir/users`

Expand Down
1 change: 1 addition & 0 deletions scripts/cdk/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ void async function () {
process.env.NODES_IP = process.env.NODES_IP || '123.456.789.012'

/** Prepare CDK resources */
await $`npm run build --workspace @casimir/web`
await $`npm run build --workspace @casimir/landing`
await $`npm run build --workspace @casimir/users`

Expand Down

0 comments on commit 689341f

Please sign in to comment.