File tree 5 files changed +11
-3
lines changed
5 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 3
3
# and commit this file to your remote git repository to share the goodness with others.
4
4
5
5
tasks :
6
- - init : yarn install && yarn run build
7
- command : yarn dev
6
+ - init : yarn install
8
7
9
8
Original file line number Diff line number Diff line change 2
2
"name" : " codehike-mdx-bundler" ,
3
3
"private" : true ,
4
4
"version" : " 0.0.0" ,
5
+ "scripts" : {
6
+ "build" : " next build"
7
+ },
5
8
"dependencies" : {
6
9
"@code-hike/mdx" : " ^0.3.0" ,
7
10
"esbuild" : " ^0.14.23" ,
Original file line number Diff line number Diff line change 2
2
"name" : " codehike-nextjs" ,
3
3
"private" : true ,
4
4
"version" : " 0.0.0" ,
5
+ "scripts" : {
6
+ "build" : " next build"
7
+ },
5
8
"dependencies" : {
6
9
"@code-hike/mdx" : " ^0.3.0" ,
7
10
"@mdx-js/loader" : " ^2.0.0" ,
Original file line number Diff line number Diff line change 2
2
"name" : " codehike-nextra" ,
3
3
"private" : true ,
4
4
"version" : " 0.0.0" ,
5
+ "scripts" : {
6
+ "build" : " next build"
7
+ },
5
8
"dependencies" : {
6
9
"@code-hike/mdx" : " ^0.3.0" ,
7
10
"next" : " ^12.1.0" ,
Original file line number Diff line number Diff line change 8
8
]
9
9
},
10
10
"scripts" : {
11
- "build" : " lerna run --scope @*/mdx build" ,
11
+ "build" : " lerna run build" ,
12
12
"dev" : " lerna run --scope @*/mdx dev" ,
13
13
"storybook" : " lerna run --scope storybook start --stream" ,
14
14
"release" : " auto shipit"
You can’t perform that action at this time.
0 commit comments