This commit is contained in:
tidusjar 2022-07-26 20:43:37 +01:00
commit 941603ccc7
2 changed files with 3 additions and 1 deletions

View file

@ -41,3 +41,4 @@ jobs:
projectToken: 7c47e1a1a4bd
autoAcceptChanges: true # 👈 Option to accept all changes
workingDir: ./src/Ombi/ClientApp
buildScriptName: storybookbuild

View file

@ -8,7 +8,8 @@
"lint": "ng lint",
"docs:json": "compodoc -p ./tsconfig.json -e json -d .",
"storybook": "start-storybook -p 6006",
"chromatic": "chromatic --exit-zero-on-changes"
"chromatic": "chromatic --exit-zero-on-changes",
"storybookbuild": "yarn build-storybook"
},
"private": true,
"dependencies": {