File tree Expand file tree Collapse file tree 5 files changed +11
-3
lines changed
Expand file tree Collapse file tree 5 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 33# and commit this file to your remote git repository to share the goodness with others.
44
55tasks :
6- - init : yarn install && yarn run build
7- command : yarn dev
6+ - init : yarn install
87
98
Original file line number Diff line number Diff line change 22 "name" : " codehike-mdx-bundler" ,
33 "private" : true ,
44 "version" : " 0.0.0" ,
5+ "scripts" : {
6+ "build" : " next build"
7+ },
58 "dependencies" : {
69 "@code-hike/mdx" : " ^0.3.0" ,
710 "esbuild" : " ^0.14.23" ,
Original file line number Diff line number Diff line change 22 "name" : " codehike-nextjs" ,
33 "private" : true ,
44 "version" : " 0.0.0" ,
5+ "scripts" : {
6+ "build" : " next build"
7+ },
58 "dependencies" : {
69 "@code-hike/mdx" : " ^0.3.0" ,
710 "@mdx-js/loader" : " ^2.0.0" ,
Original file line number Diff line number Diff line change 22 "name" : " codehike-nextra" ,
33 "private" : true ,
44 "version" : " 0.0.0" ,
5+ "scripts" : {
6+ "build" : " next build"
7+ },
58 "dependencies" : {
69 "@code-hike/mdx" : " ^0.3.0" ,
710 "next" : " ^12.1.0" ,
Original file line number Diff line number Diff line change 88 ]
99 },
1010 "scripts" : {
11- "build" : " lerna run --scope @*/mdx build" ,
11+ "build" : " lerna run build" ,
1212 "dev" : " lerna run --scope @*/mdx dev" ,
1313 "storybook" : " lerna run --scope storybook start --stream" ,
1414 "release" : " auto shipit"
You can’t perform that action at this time.
0 commit comments