Skip to content

Commit

Permalink
Fix build process to use TypeScript instead of Babel (#5195)
Browse files Browse the repository at this point in the history
  • Loading branch information
romainseb authored Feb 19, 2024
1 parent 3cf7430 commit ccc5f1a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/smart-crews-beam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@talend/utils': patch
---

fix: use typescript to generate @talend/utils instead of babel
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "Talend Frontend <[email protected]> (http://www.talend.com)",
"license": "Apache-2.0",
"scripts": {
"build:lib": "talend-scripts build",
"build:lib": "talend-scripts build --tsc",
"lint": "talend-scripts lint",
"test": "cross-env TZ=UTC talend-scripts test",
"test:cov": "cross-env TZ=UTC talend-scripts test --coverage --silent",
Expand Down

0 comments on commit ccc5f1a

Please sign in to comment.