File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,3 +8,4 @@ npm-debug.log*
88screenshots /*
99storybook-static
1010yarn-error.log
11+ build-storybook.log
Original file line number Diff line number Diff line change 11import Vue from 'vue' ;
2- import 'storybook- chromatic' ;
2+ import 'chromatic' ;
33import { configure } from '@storybook/vue' ;
44
5-
65import { format as formatDate } from 'date-fns' ;
76
87import '../src/style.styl' ;
Original file line number Diff line number Diff line change 1111 "test" : " jest" ,
1212 "storybook" : " start-storybook -p 6006 -s src/assets" ,
1313 "build-storybook" : " build-storybook -s src/assets" ,
14- "chromatic" : " CHROMATIC_APP_CODE=f8ytond4pc5 chromatic test "
14+ "chromatic" : " chromatic"
1515 },
1616 "dependencies" : {
1717 "array-to-sentence" : " ^1.1.0" ,
6464 "debug" : " ^3.1.0" ,
6565 "npm-run-all" : " ^4.0.2" ,
6666 "regenerator-runtime" : " ^0.12.1" ,
67- "storybook- chromatic" : " 1.2 .1"
67+ "chromatic" : " 6.10 .1"
6868 },
6969 "prettier" : {
7070 "trailingComma" : " all" ,
You can’t perform that action at this time.
0 commit comments