sotrybook script things

This commit is contained in:
Nikita Galaiko 2023-03-31 11:50:50 +02:00
parent ae0c116b4b
commit 94967bae47
3 changed files with 6 additions and 2 deletions

View File

@ -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
View File

@ -31,3 +31,6 @@ vite.config.js.timestamp-*
# gitbutler
.git/gb-*
# storybook
storybook-static

View File

@ -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",