mirror of
https://github.com/The-Low-Code-Foundation/OpenNoodl.git
synced 2026-01-11 06:42:57 +01:00
fix: update package name, commit #dedd2f4f1487462cc80454d0d8c72bc6b99eb898 didn't address the whole issue (#12)
This commit is contained in:
@@ -70,7 +70,7 @@ import { getCurrentPlatform } from '../helper';
|
||||
// NOTE: Getting error "Cannot set properties of null (setting 'dev')" here,
|
||||
// It basically means that some package is not relative to this path.
|
||||
console.log("--- Run 'npm install' ...");
|
||||
execSync(`npm install --arch=${arch} --scope Noodl`, {
|
||||
execSync(`npm install --arch=${arch} --scope Noodl-Editor`, {
|
||||
stdio: 'inherit',
|
||||
env: process.env
|
||||
});
|
||||
@@ -89,7 +89,7 @@ import { getCurrentPlatform } from '../helper';
|
||||
// Build: Replace "dugite"
|
||||
// Build: Replace "desktop-trampoline"
|
||||
console.log("--- Run 'npm run build' ...");
|
||||
execSync('npx lerna exec --scope Noodl -- npm run build', {
|
||||
execSync('npx lerna exec --scope Noodl-Editor -- npm run build', {
|
||||
stdio: 'inherit',
|
||||
env: {
|
||||
...process.env,
|
||||
|
||||
@@ -74,7 +74,7 @@ const cloudRuntimeProcess = attachStdio(
|
||||
}
|
||||
);
|
||||
|
||||
const editorProcess = attachStdio(exec('npx lerna exec --scope Noodl -- npm run start', processOptions), {
|
||||
const editorProcess = attachStdio(exec('npx lerna exec --scope Noodl-Editor -- npm run start', processOptions), {
|
||||
prefix: 'Editor',
|
||||
color: ConsoleColor.FgCyan
|
||||
});
|
||||
|
||||
@@ -25,7 +25,7 @@ console.log(
|
||||
);
|
||||
console.log("---");
|
||||
|
||||
execSync("npx lerna exec --scope Noodl -- npm run test", {
|
||||
execSync("npx lerna exec --scope Noodl-Editor -- npm run test", {
|
||||
cwd: CWD,
|
||||
stdio: "inherit",
|
||||
env: {
|
||||
|
||||
Reference in New Issue
Block a user