mirror of
https://github.com/The-Low-Code-Foundation/OpenNoodl.git
synced 2026-03-08 01:53:30 +01:00
fix: updated package name to follow best practices
This commit is contained in:
@@ -25,7 +25,7 @@ console.log(
|
||||
);
|
||||
console.log("---");
|
||||
|
||||
execSync("npx lerna exec --scope Noodl-Editor -- 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