Skip to content

Commit

Permalink
[sc-48140] Fixed tsc stage by adding required libs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Ramzi committed Aug 15, 2023
1 parent 1c10109 commit dbe4167
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-decision-spec-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
name: Compile Package
working-directory: ${{ env.WORKINGDIRECTORY_DECISION }}
run: |
tsc --outDir dist --declaration --target es5 --moduleResolution nodenext --showConfig *.ts
tsc --outDir dist --declaration --target es5 --moduleResolution nodenext *.ts
tsc --outDir dist --declaration --target es5 --moduleResolution nodenext --lib es6,dom --showConfig *.ts
tsc --outDir dist --declaration --target es5 --moduleResolution nodenext --lib es6,dom *.ts
- id: edd89b5d-54fa-4951-8206-54b1cef91968
name: Configure Project-Level .npmrc File
Expand Down

0 comments on commit dbe4167

Please sign in to comment.