From e8d3b46720a45f492224528b405376093d515bba Mon Sep 17 00:00:00 2001 From: Dan Lynch Date: Fri, 5 Apr 2024 13:00:08 -0700 Subject: [PATCH] connect-chain --- .github/workflows/run-tests.yaml | 6 ++++++ templates/connect-chain/tsconfig.json | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index 720e7cd5e..78b64c5ee 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -57,4 +57,10 @@ jobs: run: | cca --example nft --name nft cd nft + yarn build + + - name: connect-chain + run: | + cca --template connect-chain --name connect-chain + cd connect-chain yarn build \ No newline at end of file diff --git a/templates/connect-chain/tsconfig.json b/templates/connect-chain/tsconfig.json index 22140a20e..3f244efa2 100644 --- a/templates/connect-chain/tsconfig.json +++ b/templates/connect-chain/tsconfig.json @@ -18,8 +18,11 @@ "isolatedModules": true, "jsx": "preserve", "incremental": true, + "baseUrl": ".", "paths": { - "@/*": ["*"] + "@/*": [ + "*" + ] } }, "include": [