mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-09 15:37:05 +03:00
Remove temporary workaround for too long file names (#19469)
This commit is contained in:
parent
915ff48559
commit
c8bcbe705d
@ -240,10 +240,6 @@ genrule(
|
||||
# Remove JAR metadata
|
||||
rm -r $$DIR/html/app-dev/bindings-java/javadocs/META-INF
|
||||
|
||||
# Temp remove the htmls related to command inspection service until the nesting is fixed
|
||||
rm -r $$DIR/html/app-dev/bindings-java/javadocs/com/daml/ledger/api/v2/admin/CommandInspectionServiceOuterClass.*
|
||||
rm -r $$DIR/html/app-dev/bindings-java/javadocs/com/daml/ledger/api/v2/admin/class-use/CommandInspectionServiceOuterClass.*
|
||||
|
||||
# Copy generated documentation for typescript libraries
|
||||
mkdir -p $$DIR/html/app-dev/bindings-ts/daml-react
|
||||
mkdir -p $$DIR/html/app-dev/bindings-ts/daml-ledger
|
||||
|
Loading…
Reference in New Issue
Block a user