Skip to content

Commit

Permalink
Revert "chore: patch Astro to avoid site build errors" (#329)
Browse files Browse the repository at this point in the history
* Revert "chore: patch Astro to avoid site build errors (#325)"

This reverts commit c98c0ce.

* Apply suggestions from code review
  • Loading branch information
ota-meshi authored Mar 20, 2024
1 parent fdfc15c commit 7f9e295
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"update": "npm run ts -- ./tools/update.ts",
"new": "npm run ts -- ./tools/new-rule.ts",
"docs:dev": "astro dev",
"docs:build": "npx -y patch-package && astro build",
"docs:build": "astro build",
"docs:setup": "node ./docs-build/setup-docs.mjs",
"docs:preview": "astro preview",
"preversion": "npm test && git add .",
Expand Down Expand Up @@ -86,7 +86,7 @@
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"assert": "^2.0.0",
"astro": "~4.5.0",
"astro": "^4.5.0",
"env-cmd": "^10.1.0",
"esbuild": "^0.20.0",
"esbuild-register": "^3.3.3",
Expand Down
16 changes: 0 additions & 16 deletions patches/astro+4.5.6.patch

This file was deleted.

0 comments on commit 7f9e295

Please sign in to comment.