Skip to content

Commit

Permalink
fix(build): fix bit.dev configuration to use typescript compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
Soc Sieng committed Sep 26, 2020
1 parent 771f34e commit 45a1677
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Expand Up @@ -64,7 +64,8 @@ jobs:
- name: publish to bit.dev
run: |
bit init
bit add --id ace-custom-element dist/*
bit import bit.envs/compilers/typescript --compiler
bit add --id ace-custom-element src/AceEditor.ts
bit tag --all `node scripts/version.js`
bit export socsieng.ace-custom-element
if: ${{ steps.release.outputs.release_created }}
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Expand Up @@ -41,6 +41,7 @@ jobs:
- name: publish to bit.dev
run: |
bit init
bit add --id ace-custom-element dist/*
bit import bit.envs/compilers/typescript --compiler
bit add --id ace-custom-element src/AceEditor.ts
bit tag --all `node scripts/version.js`
bit export socsieng.ace-custom-element

0 comments on commit 45a1677

Please sign in to comment.