fix: updated package name to follow best practices

This commit is contained in:
Noodl Windows Build User
2024-01-30 18:17:08 +00:00
parent 78af7d6c2a
commit 42e065b586
7 changed files with 11 additions and 12 deletions

View File

@@ -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: {