File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 7
7
"private" : true ,
8
8
"scripts" : {
9
9
"start" : " parcel src/index.html -p 8080" ,
10
- "build" : " parcel build src/index.html --public-url /"
10
+ "build" : " parcel build src/index.html --public-url /" ,
11
+ "build-demo" : " yarn build && mkdirp ../../packages/graphiql/cm6 && cp -r dist ../../packages/graphiql/cm6/"
11
12
},
12
13
"browserslist" : {
13
14
"production" : [
Original file line number Diff line number Diff line change 6
6
"description" : " A simple monaco example with webpack and typescript" ,
7
7
"scripts" : {
8
8
"build" : " cross-env NODE_ENV=production webpack-cli" ,
9
- "start" : " cross-env NODE_ENV=development webpack-cli serve"
9
+ "start" : " cross-env NODE_ENV=development webpack-cli serve" ,
10
+ "build-demo" : " yarn build && mkdirp ../../packages/graphiql/monaco && cp -r dist/* ../../packages/graphiql/monaco/"
10
11
},
11
12
"dependencies" : {
12
13
"graphql" : " ^16.9.0" ,
You can’t perform that action at this time.
0 commit comments