Skip to content

Commit

Permalink
connect-chain
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Apr 5, 2024
1 parent 55052cc commit e8d3b46
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 4 additions & 1 deletion templates/connect-chain/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@
"isolatedModules": true,
"jsx": "preserve",
"incremental": true,
"baseUrl": ".",
"paths": {
"@/*": ["*"]
"@/*": [
"*"
]
}
},
"include": [
Expand Down

0 comments on commit e8d3b46

Please sign in to comment.