Skip to content

Commit

Permalink
Fix typo in npm loglevel option (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
djoume committed May 10, 2024
1 parent e8638b2 commit 96213fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remix.init/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ async function main({ rootDirectory, packageManager }) {
),
]);

execSync("npm run format -- --loglevel warn", {
execSync("npm run format -- --log-level warn", {
stdio: "inherit",
cwd: rootDirectory,
});
Expand Down

0 comments on commit 96213fe

Please sign in to comment.