File tree Expand file tree Collapse file tree 6 files changed +12103
-2
lines changed Expand file tree Collapse file tree 6 files changed +12103
-2
lines changed Original file line number Diff line number Diff line change 1+ ! package.json
2+ ! yarn.lock
Original file line number Diff line number Diff line change 33node_modules /
44storybook-static /
55package-lock.json
6- yarn.lock
76* .log
87.eslintcache
Original file line number Diff line number Diff line change 1+ FROM mhart/alpine-node:10
2+ WORKDIR /usr/src
3+ COPY package.json yarn.lock /usr/src/
4+ RUN yarn install
5+ COPY . .
6+ RUN yarn storybook:build
7+ RUN mv ./storybook-static /public
Original file line number Diff line number Diff line change 11{
2+ "type" : " static" ,
3+ "public" : true ,
24 "alias" : " react-semantic-ui-datepickers" ,
35 "name" : " react-semantic-ui-datepickers"
46}
Original file line number Diff line number Diff line change 5050 "semantic-release" : " ^15.8.1" ,
5151 "semantic-ui-css" : " ^2.3.1" ,
5252 "semantic-ui-react" : " ^0.79.1" ,
53- "serve" : " ^9.4 .0" ,
53+ "serve" : " ^10.0 .0" ,
5454 "travis-deploy-once" : " ^5.0.1"
5555 },
5656 "peerDependencies" : {
You can’t perform that action at this time.
0 commit comments