Skip to content

Commit

Permalink
Merge pull request #302 from omnisat/workflow
Browse files Browse the repository at this point in the history
workflow
  • Loading branch information
hathbanger authored Jan 23, 2025
2 parents f09d007 + ca34f9a commit 5af79c5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,12 @@ jobs:
corepack prepare [email protected] --activate
- name: Install dependencies
run: pnpm install
id: install_dependencies
run: pnpm install --no-frozen-lockfile

- name: Build all packages
id: build_packages
run: pnpm build --filter="@omnisat*"

- name: Create .npmrc file
run: |
Expand Down
2 changes: 1 addition & 1 deletion packages/lasereyes-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ This documentation provides an overview of the `LaserEyesClient` class, its cons

## Contributing

If you'd like to contribute to `@omnisat/lasereyes-core`, feel free to submit pull requests or open issues on the GitHub repository.
If you'd like to contribute to `@omnisat/lasereyes`, feel free to submit pull requests or open issues on the GitHub repository.

## License

Expand Down

0 comments on commit 5af79c5

Please sign in to comment.