Skip to content

Commit

Permalink
Explicitly define kolibri module API.
Browse files Browse the repository at this point in the history
Update core externals generation.
Add automatically generated API spec.
Update core specific module replacements.
  • Loading branch information
rtibbles committed Oct 17, 2024
1 parent 26a5832 commit 1967726
Show file tree
Hide file tree
Showing 6 changed files with 202 additions and 570 deletions.
3 changes: 3 additions & 0 deletions packages/kolibri-tools/build_kolibri_tools.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* Build file for kolibri-tools and kolibri */
const fs = require('fs');
const path = require('path');
const { rebuildApiSpec } = require('./lib/apiSpecExportTools');

// /*
// * Copy the kolibri language_info.json into the kolibri-tools package for use externally
Expand All @@ -15,3 +16,5 @@ fs.writeFileSync(
encoding: 'utf-8',
},
);

rebuildApiSpec();
Loading

0 comments on commit 1967726

Please sign in to comment.