Skip to content

Commit

Permalink
Merge pull request #12 from nature-heart-software/dev
Browse files Browse the repository at this point in the history
doc: update README
  • Loading branch information
Wurielle authored Jul 21, 2024
2 parents 809c8dc + 70d7a0f commit b30e8bf
Show file tree
Hide file tree
Showing 58 changed files with 534 additions and 1,266 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
run: |
echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Build
run: npx lerna run build

- name: Version
run: npx lerna version $RELEASE_VERSION --yes --no-private --force-publish --no-git-tag-version

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<p align="center">
<img src="./logo.png" width="128">
<img src="./logo.png" width="128" alt="sighing bear">
</p>
5 changes: 5 additions & 0 deletions bearmean-source.config.override.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
"components": "./packages/react/src/components",
"tokens": "./packages/react/src/tokens",
"utils": "./packages/react/src/utils"
},
"aliases": {
"components": "@/components",
"tokens": "@/tokens",
"utils": "@/utils"
}
}
}
Loading

0 comments on commit b30e8bf

Please sign in to comment.