Skip to content

Commit

Permalink
docs(website): fix lerna install command
Browse files Browse the repository at this point in the history
  • Loading branch information
juristr committed Nov 10, 2022
1 parent 8872f01 commit 050bad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/hero-upgrade.tsx
Expand Up @@ -11,7 +11,7 @@ import React, { useEffect, useState } from "react";
import clsx from "clsx";
import styles from "./hero-upgrade.module.css";
export default function HeroUpgrade(): JSX.Element {
const upgradeCommand = "npx i lerna@latest -D -W";
const upgradeCommand = "npm i lerna@latest -D -W";
const cachingCommand = "npx lerna add-caching";

const [copied, setCopied] = useState(false);
Expand Down

0 comments on commit 050bad8

Please sign in to comment.