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",