Skip to content

Commit

Permalink
fix(build): fix bit.dev to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Soc Sieng committed Sep 26, 2020
1 parent f27b208 commit 25d2e2c
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
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
bit add --id ace-custom-element 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
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
bit add --id ace-custom-element src/AceEditor.ts src/* package.json
bit tag --all `node scripts/version.js`
bit export socsieng.ace-custom-element

0 comments on commit 25d2e2c

Please sign in to comment.