[TEST] Proof of concept: Yarn 3 Upgrade#3594
Draft
hydrosquall wants to merge 3 commits intodendronhq:masterfrom
Draft
[TEST] Proof of concept: Yarn 3 Upgrade#3594hydrosquall wants to merge 3 commits intodendronhq:masterfrom
hydrosquall wants to merge 3 commits intodendronhq:masterfrom
Conversation
…re-commit scripts to own shell scripts
hydrosquall
commented
Sep 28, 2022
| "stash:unstaged": "git stash save -k 'pre-linting-stash'", | ||
| "stash:pop": "git stash && git stash pop stash@{1} && git read-tree stash && git stash drop", | ||
| "stash:unstaged": "./scripts/stash-unstaged.sh", | ||
| "stash:pop": "./scripts/stash-pop.sh", |
Contributor
Author
There was a problem hiding this comment.
This was failing before, I think it's because Yarn uses its own shell parser to run these scripts, and wasn't handling the {} characters properly. Hoisted these scripts out to their own files to workaround it.
06cda9c to
c78600f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
WIP
Motivation
Changes
Commit
Code
Tests
Docs
if your change reflects documentation changes, also submit a PR to dendron-site and mention the doc PR link in your current PR (NOTE: submit the PR against the
devbranch of the dendron-site repo)does this change introduce a new or better way of doing things that others need to be aware of? if so, an async should be created and a process added in Development or Packages