Skip to content

Commit

Permalink
fix(build): bit.dev configuration to include dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Soc Sieng committed Sep 26, 2020
1 parent 9af3b4d commit 401bbeb
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 @@ -64,7 +64,7 @@ jobs:
- name: publish to bit.dev
run: |
bit init
bit add --id ace-custom-element dist/index.min.js
bit add --id ace-custom-element dist/*
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 @@ -41,6 +41,6 @@ jobs:
- name: publish to bit.dev
run: |
bit init
bit add --id ace-custom-element dist/index.min.js
bit add --id ace-custom-element dist/*
bit tag --all `node scripts/version.js`
bit export socsieng.ace-custom-element

0 comments on commit 401bbeb

Please sign in to comment.