mirror of
https://github.com/fluxscape/fluxscape.git
synced 2026-01-11 23:02:55 +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