Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support pnpm workspaces #89

Merged
merged 1 commit into from
May 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions .bazelignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
e2e/
example/node_modules/
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
docs/*.md linguist-generated=true
pnpm-lock.yaml linguist-generated=true
e2e/link_js_package/rules_foo/npm_repositories.bzl linguist-generated=true
e2e/rules_foo/npm_repositories.bzl linguist-generated=true
js/private/test/*_checked.bzl linguist-generated=true
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
folder:
- '.'
- 'e2e/link_js_package'
- 'e2e/link_js_package/rules_foo'
- 'e2e/pnpm_workspace'
- 'e2e/rules_foo'

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
4 changes: 2 additions & 2 deletions docs/js_package.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

75 changes: 63 additions & 12 deletions docs/link_js_package.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.