Skip to content

Commit

Permalink
chore: fix scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
pviti committed Feb 20, 2025
1 parent cf66f0a commit 3febad6
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 @@ -22,7 +22,7 @@
"clean": "rm -rf ./.nyc_output ./node_modules/.cache ./coverage",
"build": "tsup",
"generate": "tsx gen/generator.ts",
"generate-local": "tsx gen/generator.ts -- --local",
"generate-local": "pnpm generate --local",
"lint": "eslint ./src --ext .ts",
"lintspec": "eslint ./specs/resources/ --ext .spec.ts",
"semantic-release": "semantic-release",
Expand Down

0 comments on commit 3febad6

Please sign in to comment.