File tree Expand file tree Collapse file tree 3 files changed +5
-35
lines changed
Expand file tree Collapse file tree 3 files changed +5
-35
lines changed Original file line number Diff line number Diff line change 3535 - name : Typescript build
3636 run : yarn build
3737
38- - name : Storybook build
39- run : yarn build-storybook
38+ - name : Deploy Storybook
39+ uses : chromaui/action@v11
40+ with :
41+ projectToken : ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
42+ token : ${{ secrets.GITHUB_TOKEN }}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 5454 "cleanup" : " rm -rf dist/ > /dev/null" ,
5555 "build" : " NODE_ENV=production yarn cleanup && rollup -c" ,
5656 "storybook" : " NODE_ENV=development storybook dev -p 6006" ,
57- "build-storybook" : " NODE_ENV=production storybook build" ,
5857 "test" : " jest" ,
5958 "test:watch" : " jest --watch" ,
6059 "lint" : " yarn lint:types && yarn lint:js && yarn lint:prettier" ,
You can’t perform that action at this time.
0 commit comments