elegance-js 2.0.1 → 2.0.2
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.
- package/dist/build.mjs +1 -1
- package/dist/compile_docs.mjs +1 -1
- package/package.json +1 -1
- package/scripts/ts-arc-prod.js +0 -0
package/dist/build.mjs
CHANGED
|
@@ -1025,7 +1025,7 @@ var runBuild = (filepath, DIST_DIR) => {
|
|
|
1025
1025
|
child.removeAllListeners();
|
|
1026
1026
|
child.kill("SIGKILL");
|
|
1027
1027
|
}
|
|
1028
|
-
child = child_process.spawn("
|
|
1028
|
+
child = child_process.spawn("npx ts-arc", [filepath], {
|
|
1029
1029
|
stdio: ["inherit", "inherit", "inherit", "ipc"],
|
|
1030
1030
|
env: { ...process.env, DIST_DIR, OPTIONS: optionsString, PACKAGE_PATH: packageDir2 }
|
|
1031
1031
|
});
|
package/dist/compile_docs.mjs
CHANGED
|
@@ -1028,7 +1028,7 @@ var runBuild = (filepath, DIST_DIR) => {
|
|
|
1028
1028
|
child.removeAllListeners();
|
|
1029
1029
|
child.kill("SIGKILL");
|
|
1030
1030
|
}
|
|
1031
|
-
child = child_process.spawn("
|
|
1031
|
+
child = child_process.spawn("npx ts-arc", [filepath], {
|
|
1032
1032
|
stdio: ["inherit", "inherit", "inherit", "ipc"],
|
|
1033
1033
|
env: { ...process.env, DIST_DIR, OPTIONS: optionsString, PACKAGE_PATH: packageDir2 }
|
|
1034
1034
|
});
|
package/package.json
CHANGED
package/scripts/ts-arc-prod.js
CHANGED
|
File without changes
|