-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: deploy storybook with chromatic
- Loading branch information
Showing
55 changed files
with
412 additions
and
1,916 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
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,17 @@ | ||
name: Chromatic | ||
|
||
on: [pull_request, workflow_dispatch] | ||
|
||
jobs: | ||
test: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: ./.github/actions/provision | ||
|
||
- name: Publish to Chromatic | ||
- uses: chromaui/action@latest | ||
with: | ||
autoAcceptChanges: 'main' | ||
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} | ||
token: ${{ secrets.GITHUB_TOKEN }} |
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
name: Development Extension | ||
name: Development extension | ||
|
||
on: | ||
push: | ||
branches: | ||
|
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Integration Tests | ||
name: Integration tests | ||
|
||
env: | ||
CI: true | ||
|
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
name: Publish Extensions | ||
name: Publish extensions | ||
|
||
on: | ||
push: | ||
tags-ignore: | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,9 +1,11 @@ | ||
{ | ||
"name": "@stacks/wallet-web", | ||
"description": "Leather is browser extension for interacting with Stacks apps", | ||
"name": "@leather-wallet/extension", | ||
"description": "Leather is a browser extension for interacting with Stacks apps", | ||
"private": true, | ||
"version": "6.21.2", | ||
"author": "Hiro Systems PBC", | ||
"author": { | ||
"name": "Leather Wallet LLC" | ||
}, | ||
"scripts": { | ||
"dev": "concurrently --raw \"node webpack/dev-server.js\" \"redux-devtools --hostname=localhost --port=8000\"", | ||
"dev:test-app": "webpack serve --config test-app/webpack/webpack.config.dev.js", | ||
|
@@ -36,13 +38,14 @@ | |
"prepare": "panda codegen", | ||
"storybook": "storybook dev -p 6006", | ||
"storybook-docs": "storybook dev --docs", | ||
"build-storybook": "storybook build" | ||
"build-storybook": "storybook build", | ||
"chromatic": "npx chromatic --project-token=CHROMATIC_PROJECT_TOKEN" | ||
}, | ||
"license": "MIT", | ||
"main": "index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "[email protected]:leather-wallet/extension.git" | ||
"url": "git+ssh://git@github.com/leather-wallet/extension.git" | ||
}, | ||
"webExt": { | ||
"sourceDir": "dist/" | ||
|
@@ -286,6 +289,7 @@ | |
"bip32": "4.0.0", | ||
"blns": "2.0.4", | ||
"browserslist": "4.22.1", | ||
"chromatic": "10.2.0", | ||
"chrome-webstore-upload-cli": "2.2.2", | ||
"clean-webpack-plugin": "4.0.0", | ||
"concurrently": "8.0.1", | ||
|
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
storybook-static/sb-addons/essentials-actions-2/manager-bundle.js
This file was deleted.
Oops, something went wrong.
Empty file.
Oops, something went wrong.