-
-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Publish builds in order to ensure bundles work
- Loading branch information
Showing
5 changed files
with
31 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
'@data-client/use-enhanced-reducer': patch | ||
'@data-client/normalizr': patch | ||
'@data-client/endpoint': patch | ||
'@data-client/graphql': patch | ||
'@data-client/hooks': patch | ||
'@data-client/react': patch | ||
'@data-client/redux': patch | ||
'@data-client/core': patch | ||
'@data-client/rest': patch | ||
'@data-client/img': patch | ||
'@data-client/ssr': patch | ||
--- | ||
|
||
Fix unpkg bundles by ensuring dependencies are built in order |
This file contains 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 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 |
---|---|---|
|
@@ -119,7 +119,7 @@ | |
"build": "run build:lib && run build:legacy:lib && run build:bundle", | ||
"dev": "run build:lib -w", | ||
"prepare": "run build:lib", | ||
"prepack": "run prepare && run build:bundle && run build:legacy:lib" | ||
"prepack": "run prepare && run build:legacy:lib && run build:bundle" | ||
}, | ||
"author": "Nathaniel Tucker <[email protected]> (https://github.com/ntucker)", | ||
"license": "Apache-2.0", | ||
|
This file contains 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 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