File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 35
35
"build:prod" : " jlpm run build:lib && jlpm run build:labextension" ,
36
36
"build:schema" : " jlpm build:schema-backend && jlpm build:schema-completion && jlpm build:schema-hover && jlpm build:schema-diagnostics && jlpm build:schema-syntax_highlighting && jlpm build:schema-jump_to && jlpm build:schema-signature && jlpm build:schema-highlights && jlpm build:schema-plugin" ,
37
37
"build:schema-backend" : " json2ts ../../python_packages/jupyter_lsp/jupyter_lsp/schema/schema.json --unreachableDefinitions | prettier --stdin-filepath _schema.d.ts > src/_schema.ts" ,
38
- "build:schema-plugin" : " json2ts schema/plugin.json | prettier --stdin-filepath _plugin.d.ts > src/_plugin.d.ts && cp src/_plugin.d.ts lib/_plugin. ts" ,
38
+ "build:schema-plugin" : " json2ts schema/plugin.json | prettier --stdin-filepath _plugin.d.ts > src/_plugin.ts" ,
39
39
"build:schema-completion" : " json2ts schema/completion.json | prettier --stdin-filepath _completion.d.ts > src/_completion.ts " ,
40
40
"build:schema-diagnostics" : " json2ts schema/diagnostics.json | prettier --stdin-filepath _diagnostics.d.ts > src/_diagnostics.ts " ,
41
- "build:schema-hover" : " json2ts schema/hover.json | prettier --stdin-filepath _hover.d.ts > src/_hover.d.ts && cp src/_hover.d.ts lib/_hover. ts" ,
41
+ "build:schema-hover" : " json2ts schema/hover.json | prettier --stdin-filepath _hover.d.ts > src/_hover.ts" ,
42
42
"build:schema-jump_to" : " json2ts schema/jump_to.json | prettier --stdin-filepath _jump_to.d.ts > src/_jump_to.ts" ,
43
43
"build:schema-syntax_highlighting" : " json2ts schema/syntax_highlighting.json | prettier --stdin-filepath _syntax_highlighting.d.ts > src/_syntax_highlighting.ts " ,
44
44
"build:schema-highlights" : " json2ts schema/highlights.json | prettier --stdin-filepath _highlights.d.ts > src/_highlights.ts" ,
You can’t perform that action at this time.
0 commit comments