-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(apps-ui-kit): release process not building (#4876)
* fix(apps-ui-kit): release process not building * feat: changeset * fix: add building scripts for both * feat: add turbo dependencies for ui-kit * fix: add missing outputs * chore: remove build from nested turbo.json * test: empty commit * test: update button text * Revert "test: update button text" This reverts commit 093d44d.
- Loading branch information
Showing
5 changed files
with
1,024 additions
and
406 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,6 @@ | ||
--- | ||
'@iota/apps-ui-kit': patch | ||
'@iota/apps-ui-icons': patch | ||
--- | ||
|
||
Add correct prepublish script |
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
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,9 @@ | ||
{ | ||
"extends": ["//"], | ||
"tasks": { | ||
"build-storybook": { | ||
"dependsOn": ["^build"], | ||
"outputs": ["storybook-static/**"] | ||
} | ||
} | ||
} |
Oops, something went wrong.