mirror of
https://github.com/The-Low-Code-Foundation/OpenNoodl.git
synced 2026-01-11 14:52:55 +01:00
fix: update package name, commit #dedd2f4f1487462cc80454d0d8c72bc6b99eb898 didn't address the whole issue (#12)
This commit is contained in:
8
package-lock.json
generated
8
package-lock.json
generated
@@ -35443,7 +35443,7 @@
|
|||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
"node_modules/Noodl": {
|
"node_modules/Noodl-Editor": {
|
||||||
"resolved": "packages/noodl-editor",
|
"resolved": "packages/noodl-editor",
|
||||||
"link": true
|
"link": true
|
||||||
},
|
},
|
||||||
@@ -48967,8 +48967,8 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"packages/noodl-editor": {
|
"packages/noodl-editor": {
|
||||||
"name": "Noodl",
|
"name": "Noodl-Editor",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@electron/remote": "^2.1.1",
|
"@electron/remote": "^2.1.1",
|
||||||
"@jaames/iro": "^5.5.2",
|
"@jaames/iro": "^5.5.2",
|
||||||
@@ -80984,7 +80984,7 @@
|
|||||||
"version": "2.0.10",
|
"version": "2.0.10",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"Noodl": {
|
"Noodl-Editor": {
|
||||||
"version": "file:packages/noodl-editor",
|
"version": "file:packages/noodl-editor",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/core": "^7.19.1",
|
"@babel/core": "^7.19.1",
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
"graph": "npx nx graph",
|
"graph": "npx nx graph",
|
||||||
"ci:prepare:editor": "ts-node ./scripts/ci-editor-prepare.ts",
|
"ci:prepare:editor": "ts-node ./scripts/ci-editor-prepare.ts",
|
||||||
"ci:build:viewer": "lerna exec --scope @noodl/noodl-viewer-react -- npm run build",
|
"ci:build:viewer": "lerna exec --scope @noodl/noodl-viewer-react -- npm run build",
|
||||||
"ci:build:editor": "lerna exec --scope Noodl -- npm run ci:build",
|
"ci:build:editor": "lerna exec --scope Noodl-Editor -- npm run ci:build",
|
||||||
"build:editor": "ts-node ./scripts/build-editor.ts",
|
"build:editor": "ts-node ./scripts/build-editor.ts",
|
||||||
"build:editor:_viewer": "ts-node ./scripts/noodl-editor/build-viewer.ts",
|
"build:editor:_viewer": "ts-node ./scripts/noodl-editor/build-viewer.ts",
|
||||||
"build:editor:_editor": "ts-node ./scripts/noodl-editor/build-editor.ts",
|
"build:editor:_editor": "ts-node ./scripts/noodl-editor/build-editor.ts",
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
"build:cloud-runtime": "lerna run build --scope @noodl/cloud-runtime --stream && lerna run build:pack --scope @noodl/cloud-runtime --stream",
|
"build:cloud-runtime": "lerna run build --scope @noodl/cloud-runtime --stream && lerna run build:pack --scope @noodl/cloud-runtime --stream",
|
||||||
"start:storybook": "lerna exec --scope @noodl/noodl-core-ui -- npm run start",
|
"start:storybook": "lerna exec --scope @noodl/noodl-core-ui -- npm run start",
|
||||||
"start:viewer": "lerna run start --scope @noodl/noodl-viewer-react --stream",
|
"start:viewer": "lerna run start --scope @noodl/noodl-viewer-react --stream",
|
||||||
"start:editor": "lerna run start --scope Noodl --stream",
|
"start:editor": "lerna run start --scope Noodl-Editor --stream",
|
||||||
"dev": "ts-node ./scripts/start.ts",
|
"dev": "ts-node ./scripts/start.ts",
|
||||||
"start": "ts-node ./scripts/start.ts -- --build-viewer",
|
"start": "ts-node ./scripts/start.ts -- --build-viewer",
|
||||||
"test:editor": "ts-node ./scripts/test-editor.ts",
|
"test:editor": "ts-node ./scripts/test-editor.ts",
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "Noodl",
|
"name": "Noodl-Editor",
|
||||||
"productName": "Noodl Editor",
|
"productName": "Noodl Editor",
|
||||||
"description": "Low-code for when experience matter",
|
"description": "Low-code for when experience matter",
|
||||||
"author": "Noodl <info@noodl.net>",
|
"author": "Noodl <info@noodl.net>",
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import { AppRouter } from "Noodl/src/editor/src/pages/AppRouter";
|
import { AppRouter } from "Noodl-Editor/src/editor/src/pages/AppRouter";
|
||||||
|
|
||||||
export class AppRoute {
|
export class AppRoute {
|
||||||
constructor(public readonly router: AppRouter) {}
|
constructor(public readonly router: AppRouter) {}
|
||||||
|
|||||||
@@ -70,7 +70,7 @@ import { getCurrentPlatform } from '../helper';
|
|||||||
// NOTE: Getting error "Cannot set properties of null (setting 'dev')" here,
|
// NOTE: Getting error "Cannot set properties of null (setting 'dev')" here,
|
||||||
// It basically means that some package is not relative to this path.
|
// It basically means that some package is not relative to this path.
|
||||||
console.log("--- Run 'npm install' ...");
|
console.log("--- Run 'npm install' ...");
|
||||||
execSync(`npm install --arch=${arch} --scope Noodl`, {
|
execSync(`npm install --arch=${arch} --scope Noodl-Editor`, {
|
||||||
stdio: 'inherit',
|
stdio: 'inherit',
|
||||||
env: process.env
|
env: process.env
|
||||||
});
|
});
|
||||||
@@ -89,7 +89,7 @@ import { getCurrentPlatform } from '../helper';
|
|||||||
// Build: Replace "dugite"
|
// Build: Replace "dugite"
|
||||||
// Build: Replace "desktop-trampoline"
|
// Build: Replace "desktop-trampoline"
|
||||||
console.log("--- Run 'npm run build' ...");
|
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',
|
stdio: 'inherit',
|
||||||
env: {
|
env: {
|
||||||
...process.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',
|
prefix: 'Editor',
|
||||||
color: ConsoleColor.FgCyan
|
color: ConsoleColor.FgCyan
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ console.log(
|
|||||||
);
|
);
|
||||||
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,
|
cwd: CWD,
|
||||||
stdio: "inherit",
|
stdio: "inherit",
|
||||||
env: {
|
env: {
|
||||||
|
|||||||
Reference in New Issue
Block a user