From c44ca68ed3a977e6f10a23d983337f50083bc8e7 Mon Sep 17 00:00:00 2001 From: Meiyer Jaimes Date: Tue, 10 Dec 2024 16:21:20 -0400 Subject: [PATCH] fix: genearate to generate --- .github/workflows/deploy.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cb6901f1..9125ea87 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -35,7 +35,7 @@ jobs: - run: npm ci - - run: npm run genearate:edit-on-github-routes + - run: npm run generate:edit-on-github-routes - run: npx sst deploy --stage prod env: diff --git a/package.json b/package.json index a23596ea..2008abd4 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "build:windows": "set NODE_OPTIONS=--max-old-space-size=8192 && next build", "start": "npx serve@latest out", "generate:api": "node ./scripts/makeAPIDoc.js", - "genearate:edit-on-github-routes": "node ./scripts/makeEditOnGithubRoutes.js", + "generate:edit-on-github-routes": "node ./scripts/makeEditOnGithubRoutes.js", "lint": "next lint" }, "browserslist": "defaults, not ie <= 11",