diff --git a/.github/workflows/dev-verification.yml b/.github/workflows/dev-verification.yml index 25e9a394f..ea5080c5f 100644 --- a/.github/workflows/dev-verification.yml +++ b/.github/workflows/dev-verification.yml @@ -3,9 +3,9 @@ name: Build and deploy Node.js app to ECSsdc on: push: branches: - - develop + - pipeline-implementation paths: - - 'apps/webhook/**' + - 'apps/verification/**' workflow_dispatch: env: diff --git a/apps/verification/tsconfig.app.json b/apps/verification/tsconfig.app.json index 3f4a3d9c6..20e420a75 100644 --- a/apps/verification/tsconfig.app.json +++ b/apps/verification/tsconfig.app.json @@ -1,4 +1,5 @@ { + "extends": "../../tsconfig.json", "compilerOptions": { "declaration": false,