Skip to content

Commit

Permalink
fix cd
Browse files Browse the repository at this point in the history
  • Loading branch information
AlcibiadesCleinias committed Sep 2, 2023
1 parent 3d875fe commit a58b0fd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/cd-artifacts-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,12 @@ jobs:
- name: Create contract artifacts and typechain types in the root.
run: npm run compile && npm run typechain

- name: Build javascript from typescript for package
run: npx tsc
# - name: Build javascript from typescript for package
# run: npx tsc
# after add to ts-config the following
# "include": [
# "frontend-clients"
# ]

- name: Git configuration
run: |
Expand Down
5 changes: 1 addition & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,5 @@
"skipLibCheck": true, /* Skip type checking of declaration files. */
"forceConsistentCasingInFileNames": true, /* Disallow inconsistently */
"resolveJsonModule": true
},
"include": [
"frontend-clients"
]
}
}

0 comments on commit a58b0fd

Please sign in to comment.