Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Mar 20, 2024
1 parent a0bf97f commit d1de953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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": "patch-package && astro build",
"docs:build": "npx -y patch-package && astro build",
"docs:setup": "node ./docs-build/setup-docs.mjs",
"docs:preview": "astro preview",
"preversion": "npm test && git add .",
Expand Down

0 comments on commit d1de953

Please sign in to comment.