This commit is contained in:
tidusjar 2022-07-26 21:03:20 +01:00
commit 9230dd6e7f

View file

@ -34,6 +34,7 @@ jobs:
exitZeroOnChanges: true exitZeroOnChanges: true
workingDir: ./src/Ombi/ClientApp workingDir: ./src/Ombi/ClientApp
buildScriptName: storybookbuild buildScriptName: storybookbuild
exitOnceUploaded: true
- name: Publish to Chromatic and auto accept changes - name: Publish to Chromatic and auto accept changes
if: github.ref == 'refs/heads/master' if: github.ref == 'refs/heads/master'
@ -43,3 +44,4 @@ jobs:
autoAcceptChanges: true # 👈 Option to accept all changes autoAcceptChanges: true # 👈 Option to accept all changes
workingDir: ./src/Ombi/ClientApp workingDir: ./src/Ombi/ClientApp
buildScriptName: storybookbuild buildScriptName: storybookbuild
exitOnceUploaded: true