mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-22 19:14:31 +03:00
sotrybook script things
This commit is contained in:
parent
ae0c116b4b
commit
94967bae47
1
.github/workflows/chromatic.yml
vendored
1
.github/workflows/chromatic.yml
vendored
@ -34,5 +34,6 @@ jobs:
|
||||
uses: chromaui/action@v1
|
||||
# Chromatic GitHub Action options
|
||||
with:
|
||||
buildScriptName: 'storybook:build'
|
||||
# 👇 Chromatic projectToken, refer to the manage page to obtain it.
|
||||
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
|
||||
|
3
.gitignore
vendored
3
.gitignore
vendored
@ -31,3 +31,6 @@ vite.config.js.timestamp-*
|
||||
|
||||
# gitbutler
|
||||
.git/gb-*
|
||||
|
||||
# storybook
|
||||
storybook-static
|
||||
|
@ -11,8 +11,8 @@
|
||||
"lint": "prettier --plugin-search-dir . --check . && eslint .",
|
||||
"format": "prettier --plugin-search-dir . --write .",
|
||||
"tauri": "tauri",
|
||||
"storybook": "storybook dev -p 6006",
|
||||
"build-storybook": "storybook build"
|
||||
"storybook": "storybook",
|
||||
"storybook:build": "storybook build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@codemirror/autocomplete": "^6.4.2",
|
||||
|
Loading…
Reference in New Issue
Block a user