mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-22 14:13:36 -07:00
a
This commit is contained in:
parent
7e333c5cc8
commit
941603ccc7
2 changed files with 3 additions and 1 deletions
1
.github/workflows/chromatic.yml
vendored
1
.github/workflows/chromatic.yml
vendored
|
@ -41,3 +41,4 @@ jobs:
|
||||||
projectToken: 7c47e1a1a4bd
|
projectToken: 7c47e1a1a4bd
|
||||||
autoAcceptChanges: true # 👈 Option to accept all changes
|
autoAcceptChanges: true # 👈 Option to accept all changes
|
||||||
workingDir: ./src/Ombi/ClientApp
|
workingDir: ./src/Ombi/ClientApp
|
||||||
|
buildScriptName: storybookbuild
|
||||||
|
|
|
@ -8,7 +8,8 @@
|
||||||
"lint": "ng lint",
|
"lint": "ng lint",
|
||||||
"docs:json": "compodoc -p ./tsconfig.json -e json -d .",
|
"docs:json": "compodoc -p ./tsconfig.json -e json -d .",
|
||||||
"storybook": "start-storybook -p 6006",
|
"storybook": "start-storybook -p 6006",
|
||||||
"chromatic": "chromatic --exit-zero-on-changes"
|
"chromatic": "chromatic --exit-zero-on-changes",
|
||||||
|
"storybookbuild": "yarn build-storybook"
|
||||||
},
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue