@latticexyz/cli 2.2.21-f4db683f90214b03bb8d68635a3825cc9bf58263 → 2.2.22-03af917786370b8251542adb3d53099aa85e754f
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -23,7 +23,8 @@ function printCommand(proc) {
|
|
23
23
|
|
24
24
|
// src/build.ts
|
25
25
|
async function build({ rootDir, config, foundryProfile }) {
|
26
|
-
await
|
26
|
+
await tablegen({ rootDir, config });
|
27
|
+
await worldgen({ rootDir, config });
|
27
28
|
await printCommand(
|
28
29
|
execa("forge", ["build"], {
|
29
30
|
stdio: "inherit",
|
@@ -131,7 +132,7 @@ import { existsSync as existsSync2, mkdirSync, readFileSync as readFileSync3, wr
|
|
131
132
|
// package.json
|
132
133
|
var package_default = {
|
133
134
|
name: "@latticexyz/cli",
|
134
|
-
version: "2.2.
|
135
|
+
version: "2.2.21",
|
135
136
|
description: "Command line interface for mud",
|
136
137
|
repository: {
|
137
138
|
type: "git",
|
@@ -3154,4 +3155,4 @@ var commands = [
|
|
3154
3155
|
export {
|
3155
3156
|
commands
|
3156
3157
|
};
|
3157
|
-
//# sourceMappingURL=commands-
|
3158
|
+
//# sourceMappingURL=commands-WQFMBMVR.js.map
|