Skip to content

Commit

Permalink
fix(build): fix bit.dev to include main file
Browse files Browse the repository at this point in the history
  • Loading branch information
Soc Sieng committed Sep 26, 2020
1 parent 3d56bcf commit 2c47888
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: |
bit init
bit import bit.envs/compilers/typescript --compiler
bit add --id ace-custom-element src/AceEditor.ts src/* package.json
bit add --id ace-custom-element -m src/AceEditor.ts src/* package.json
bit tag --all `node scripts/version.js`
bit export socsieng.ace-custom-element
if: ${{ steps.release.outputs.release_created }}
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
run: |
bit init
bit import bit.envs/compilers/typescript --compiler
bit add --id ace-custom-element src/AceEditor.ts src/* package.json
bit add --id ace-custom-element -m src/AceEditor.ts src/* package.json
bit tag --all `node scripts/version.js`
bit export socsieng.ace-custom-element

0 comments on commit 2c47888

Please sign in to comment.