feat(learning): replace courses with project catalog

This commit is contained in:
2026-08-20 00:08:04 +08:00
parent 2cb8a7aef4
commit 38db1589e2
56 changed files with 1741 additions and 8725 deletions

View File

@@ -2,13 +2,6 @@ const { execFileSync } = require('node:child_process');
const { join } = require('node:path');
exports.default = async function beforePack() {
execFileSync(process.execPath, [
join(__dirname, 'verify-learning-player-artifact.mjs'),
join(__dirname, '..', 'build', 'learning-player'),
], {
cwd: join(__dirname, '..'),
stdio: 'inherit',
});
execFileSync(process.execPath, [join(__dirname, 'prepare-publish-runtime.mjs')], {
cwd: join(__dirname, '..'),
stdio: 'inherit',