Skip to content

Commit

Permalink
chore: use build script instead of TSC action (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladfrangu committed Jul 24, 2020
1 parent 1aa9ae3 commit 7990aa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ jobs:
- name: Install Dependencies
run: yarn --ignore-scripts --frozen-lockfile
- name: Build Code
uses: icrawl/action-tsc@v1
with:
build: src
run: yarn build
- name: Push new code
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
run: |
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,7 @@ jobs:
- name: Install Dependencies
run: yarn --ignore-scripts --frozen-lockfile
- name: Build Code
uses: icrawl/action-tsc@v1
with:
build: src
run: yarn build

Upload_Coverage_Report:
name: Upload coverage report to coveralls
Expand Down

0 comments on commit 7990aa7

Please sign in to comment.