fix(french_law/js): move the dune file into src/

This commit is contained in:
Emile Rolley 2023-05-05 13:42:46 +02:00 committed by Emile Rolley
parent 6587f18331
commit 64079f52e8
3 changed files with 127881 additions and 10348 deletions

View File

@ -1,4 +0,0 @@
(rule
(mode promote)
(action
(copy ../ocaml/api_web.bc.js ./src/french_law.js)))

4
french_law/js/src/dune Normal file
View File

@ -0,0 +1,4 @@
(rule
(mode promote)
(action
(copy ../../ocaml/api_web.bc.js french_law.js)))

File diff suppressed because one or more lines are too long