feat(P0-A): 整合第一版并冻结最终发布 #1

Open
tuyixuan wants to merge 115 commits from codex/wp7-07 into codex/wp0-09
Showing only changes of commit 194b59d4a5 - Show all commits
+1 -4
View File
@@ -165,10 +165,7 @@ function copyApplication(source, destination, runtimeDependencies) {
function buildArtifacts(stagingRoot) {
debug("build workspace artifacts");
run("pnpm", ["--filter", "@dada/static-sticker-catalog", "build"]);
run("pnpm", ["--filter", "@dada/template-registry", "build"]);
run("pnpm", ["--filter", "@dada/asset-renderer", "build"]);
run("pnpm", ["--filter", "@dada/shared-contracts", "build"]);
run("pnpm", ["build:workspace-packages"]);
run("pnpm", ["--filter", "@dada/web", "build"]);
run("pnpm", ["--filter", "@dada/api", "build"]);
run("pnpm", ["--filter", "@dada/worker", "build"]);