-
Notifications
You must be signed in to change notification settings - Fork 79
fix: storybook build process #3114
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
Merged
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
6ee74d6
fix: storybook build process
ommeirelles 08868f1
fix: downgrading storybook in because codesandbox doenst support node…
ommeirelles 50256fd
fix: ci pnpm version
ommeirelles 7c6bcbe
fix: ui size script
ommeirelles 085f179
fix: sdk size script
ommeirelles 24b1a4b
test: fixing cli test migrating to vitest usage
ommeirelles 25eb924
test: changing ci and core test framework to vitest and fixing tests
ommeirelles a0d8eee
chore: commiting lockfile
ommeirelles 39f5315
feat: making persisted queries load async as it is not present when g…
ommeirelles ae14887
feat: making persisted queries load async as it is not present when g…
ommeirelles 0e3615c
chore: using pnpm to pack instead of npm to replace catalog: versions
ommeirelles d15c753
fix: cli build/serve/dev script process
ommeirelles d918947
chore: commiting lockfile
ommeirelles 134d0d3
Merge branch 'chore/upgrade-next' into fix/storybook
ommeirelles 7fc6d29
chore: lockfile
ommeirelles 97f0ffa
feat: adding cache-graphql command to faststore/cli (#3122)
ommeirelles 0d63e5f
Merge branch 'chore/upgrade-next' into fix/storybook
ommeirelles File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -24,7 +24,7 @@ jobs: | |
| - name: Setup pnpm | ||
| uses: pnpm/action-setup@v4 | ||
| with: | ||
| version: 9.15.5 | ||
| version: 10.20.0 | ||
|
|
||
| - name: Setup Node.js environment | ||
| uses: actions/setup-node@v4 | ||
|
|
@@ -61,7 +61,7 @@ jobs: | |
| mkdir -p packed-packages | ||
| for package in packages/*; do | ||
| if [ -d "$package" ]; then | ||
| (cd "$package" && npm pack --pack-destination ../../packed-packages) | ||
| (cd "$package" && pnpm pack --pack-destination ../../packed-packages) | ||
| fi | ||
| done | ||
|
|
||
|
|
@@ -87,6 +87,7 @@ jobs: | |
| run: | | ||
| cd starter | ||
| yarn install | ||
| yarn add [email protected] | ||
|
|
||
| - name: Build starter | ||
| run: | | ||
|
|
||
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
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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
ommeirelles marked this conversation as resolved.
Show resolved
Hide resolved
|
This file was deleted.
Oops, something went wrong.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| @echo off | ||
|
|
||
| node "%~dp0\dev" %* | ||
| node --loader ts-node/esm --no-warnings=ExperimentalWarning "%~dp0\dev" %* |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.