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

fix: linked node props #245

Merged
merged 4 commits into from
May 22, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'next' into fix-linked-node-props
# Conflicts:
#	.github/workflows/pull-request.yml
  • Loading branch information
prevwong committed May 21, 2021
commit 975e0bc5508955122183ed42825dde8fc174b7d2
5 changes: 1 addition & 4 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@ jobs:
- name: Install dependencies
if: steps.cache-modules.outputs.cache-hit != 'true'
run: yarn install --immutable

- name: Symlink
run: yarn scaffold


- name: Build
run: yarn build

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.